summaryrefslogtreecommitdiff
path: root/devel/isect/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-31 05:37:08 +0000
committerjlam <jlam@pkgsrc.org>2006-03-31 05:37:08 +0000
commitdcc3f5e7b7c2c3d6106ae695b03c7052a453b78d (patch)
treecd138e1aa1c65b56c0daf09ef9e6fee9f1a69b00 /devel/isect/Makefile
parente72fafd2a4d93a9f61a4103f0889377716d6aa92 (diff)
downloadpkgsrc-dcc3f5e7b7c2c3d6106ae695b03c7052a453b78d.tar.gz
* Move info file entries into the PLIST.
* Honor PKGINFODIR and EMACS_INFOPREFIX.
Diffstat (limited to 'devel/isect/Makefile')
-rw-r--r--devel/isect/Makefile9
1 files changed, 4 insertions, 5 deletions
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"