diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 05:37:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 05:37:08 +0000 |
commit | dcc3f5e7b7c2c3d6106ae695b03c7052a453b78d (patch) | |
tree | cd138e1aa1c65b56c0daf09ef9e6fee9f1a69b00 /devel/isect | |
parent | e72fafd2a4d93a9f61a4103f0889377716d6aa92 (diff) | |
download | pkgsrc-dcc3f5e7b7c2c3d6106ae695b03c7052a453b78d.tar.gz |
* Move info file entries into the PLIST.
* Honor PKGINFODIR and EMACS_INFOPREFIX.
Diffstat (limited to 'devel/isect')
-rw-r--r-- | devel/isect/Makefile | 9 | ||||
-rw-r--r-- | devel/isect/PLIST | 3 |
2 files changed, 6 insertions, 6 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" diff --git a/devel/isect/PLIST b/devel/isect/PLIST index 335df2eec03..ffe2941eab9 100644 --- a/devel/isect/PLIST +++ b/devel/isect/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2005/10/23 16:03:11 rillig Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/03/31 05:37:08 jlam Exp $ bin/isdcat bin/isdcfgck bin/isdclient @@ -12,6 +12,7 @@ include/isect_io_IsdIO.h include/libisect.h include/queues.h include/tabfuncs.h +info/isect.info lib/libisdio.la lib/libisect.la sbin/isdexecd |