Replaced afterinstall: with FILES.

This commit is contained in:
Ruslan Ermilov 2004-10-18 16:26:25 +00:00
parent 5578bd8c99
commit 1c9c8d506f
2 changed files with 4 additions and 12 deletions

View File

@ -254,12 +254,8 @@ DOCSDIR= /usr/share/doc/ncurses
DOCS= ncurses-intro.html hackguide.html
.if !defined(NOHTML)
afterinstall:
.for file in ${DOCS}
cd ${.CURDIR}/../../contrib/ncurses/doc/html ; \
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
${DESTDIR}${DOCSDIR}
.endfor
.PATH: ${NCURSES}/doc/html
FILESGROUPS= DOCS
.endif
# Generated source

View File

@ -254,12 +254,8 @@ DOCSDIR= /usr/share/doc/ncurses
DOCS= ncurses-intro.html hackguide.html
.if !defined(NOHTML)
afterinstall:
.for file in ${DOCS}
cd ${.CURDIR}/../../contrib/ncurses/doc/html ; \
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
${DESTDIR}${DOCSDIR}
.endfor
.PATH: ${NCURSES}/doc/html
FILESGROUPS= DOCS
.endif
# Generated source