From dcc3f5e7b7c2c3d6106ae695b03c7052a453b78d Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 31 Mar 2006 05:37:08 +0000 Subject: * Move info file entries into the PLIST. * Honor PKGINFODIR and EMACS_INFOPREFIX. --- devel/isect/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'devel/isect/Makefile') diff --git a/devel/isect/Makefile b/devel/isect/Makefile index 5e8b4adc510..8f52104cae8 100644 --- a/devel/isect/Makefile +++ b/devel/isect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/03/14 01:14:27 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2006/03/31 05:37:08 jlam Exp $ # DISTNAME= isect-1.6.2 @@ -13,20 +13,19 @@ COMMENT= Open source middleware daemon GNU_CONFIGURE= yes USE_LIBTOOL= yes PTHREAD_OPTS+= require -INFO_FILES= isect.info +INFO_FILES= # PLIST RCD_SCRIPTS= isect DOCDIR= ${PREFIX}/share/doc/isect EGDIR= ${PREFIX}/share/examples/isect +INSTALLATION_DIRS= ${DOCDIR} ${EGDIR} + post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} for file in ${WRKSRC}/doc/*.html; do \ ${INSTALL_DATA} $${file} ${DOCDIR}; \ done - - ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${EGDIR} .include "../../www/libwww/buildlink3.mk" -- cgit v1.2.3