From fe926ccb1e829faeec7244d9d08eacaa7c8ff168 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 18 Oct 2004 16:26:25 +0000 Subject: Replaced afterinstall: with FILES. --- lib/libncurses/Makefile | 8 ++------ lib/ncurses/ncurses/Makefile | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'lib') diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 37aff41..25aeb2e 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/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 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 -- cgit v1.1