summaryrefslogtreecommitdiff
path: root/devel/isect/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2003-01-19 12:54:30 +0000
committergrant <grant>2003-01-19 12:54:30 +0000
commit1330f4b26bd3bf12d5bbfb09a9744c46078dd26e (patch)
tree51c0b8aef738c432e75ef6731740dc4c5bc38a4f /devel/isect/Makefile
parentd973e7b0e4f8b62bd793123a64f28bf9dc0d1f05 (diff)
downloadpkgsrc-1330f4b26bd3bf12d5bbfb09a9744c46078dd26e.tar.gz
- use automatic rc script handling
- tidy up post-install msg
Diffstat (limited to 'devel/isect/Makefile')
-rw-r--r--devel/isect/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/isect/Makefile b/devel/isect/Makefile
index bf1a2ea9e25..fed4e9b09bf 100644
--- a/devel/isect/Makefile
+++ b/devel/isect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/10/09 18:32:01 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2003/01/19 12:54:32 grant Exp $
#
DISTNAME= isect-1.6.2
@@ -15,6 +15,8 @@ USE_LIBTOOL= yes
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
PTHREAD_OPTS+= require
+RCD_SCRIPTS= isect
+
DOCDIR= ${PREFIX}/share/doc/isect
EGDIR= ${PREFIX}/share/examples/isect
@@ -27,14 +29,8 @@ post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${EGDIR}
- ${SED} -e "s#@PREFIX@#${PREFIX}#g" \
- -e "s#@ECHO@#${ECHO}#g" \
- ${FILESDIR}/isect.sh > ${WRKDIR}/isect.sh
- ${INSTALL_SCRIPT} ${WRKDIR}/isect.sh ${PREFIX}/etc/rc.d/isect
-
- @PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
-
.include "../../www/libwww/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/texinfo.mk"
+.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"