diff options
author | ru <ru@FreeBSD.org> | 2004-10-18 16:26:25 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-10-18 16:26:25 +0000 |
commit | fe926ccb1e829faeec7244d9d08eacaa7c8ff168 (patch) | |
tree | 2ba5f66aa4024f8cac9a886de3384b18d5b06d67 /lib/ncurses | |
parent | 8c39a1e8378532f3417e6efbe81d773fde9eb258 (diff) | |
download | FreeBSD-src-fe926ccb1e829faeec7244d9d08eacaa7c8ff168.zip FreeBSD-src-fe926ccb1e829faeec7244d9d08eacaa7c8ff168.tar.gz |
Replaced afterinstall: with FILES.
Diffstat (limited to 'lib/ncurses')
-rw-r--r-- | lib/ncurses/ncurses/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 37aff41..25aeb2e 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -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 |