summaryrefslogtreecommitdiff
path: root/devel/isect
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-06-23 11:16:49 +0000
committerseb <seb@pkgsrc.org>2003-06-23 11:16:49 +0000
commit5e9166f9bdbd1006356daa1cc348a61368ad0ad1 (patch)
tree6e5655047751e078811e36d82c5c1665edb6b51e /devel/isect
parentd286d86778fafdcf9e701b040daaea20ba027153 (diff)
downloadpkgsrc-5e9166f9bdbd1006356daa1cc348a61368ad0ad1.tar.gz
Convert and adapt to USE_NEW_TEXINFO.
Make it obvious that PKGINSTALL framework is now used.
Diffstat (limited to 'devel/isect')
-rw-r--r--devel/isect/DEINSTALL16
-rw-r--r--devel/isect/Makefile8
-rw-r--r--devel/isect/PLIST4
3 files changed, 10 insertions, 18 deletions
diff --git a/devel/isect/DEINSTALL b/devel/isect/DEINSTALL
index 8df814bd1ec..83fbc6d1718 100644
--- a/devel/isect/DEINSTALL
+++ b/devel/isect/DEINSTALL
@@ -1,15 +1,10 @@
-#!/bin/sh
#
-# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:24:13 zuntum Exp $
+# $NetBSD: DEINSTALL,v 1.2 2003/06/23 11:16:49 seb Exp $
#
-PKGNAME=$1
-
-case $2 in
-DEINSTALL)
- ;;
+case "${STAGE}" in
POST-DEINSTALL)
- /bin/cat << EOF
+ ${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove the
hostname alias to "isectd" and remove the isect services listed in
@@ -17,9 +12,4 @@ hostname alias to "isectd" and remove the isect services listed in
===========================================================================
EOF
;;
-*)
- echo "Unexpected argument: $2"
- exit 1
- ;;
esac
-exit 0
diff --git a/devel/isect/Makefile b/devel/isect/Makefile
index c5297c147bf..7e9ae8fa822 100644
--- a/devel/isect/Makefile
+++ b/devel/isect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/06/02 01:20:43 jschauma Exp $
+# $NetBSD: Makefile,v 1.18 2003/06/23 11:16:49 seb Exp $
#
DISTNAME= isect-1.6.2
@@ -16,9 +16,14 @@ USE_PKGINSTALL= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
PTHREAD_OPTS+= require
+USE_PKGINSTALL= YES
+USE_NEW_TEXINFO= YES
+INFO_FILES= isect.info
RCD_SCRIPTS= isect
+DEINSTALL_EXTRA_TMPL= ${.CURDIR}/DEINSTALL
+
DOCDIR= ${PREFIX}/share/doc/isect
EGDIR= ${PREFIX}/share/examples/isect
@@ -33,5 +38,4 @@ post-install:
.include "../../www/libwww/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/isect/PLIST b/devel/isect/PLIST
index cd8201dcaa7..378e819ba1c 100644
--- a/devel/isect/PLIST
+++ b/devel/isect/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/08/06 15:38:02 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/06/23 11:16:49 seb Exp $
bin/isdcat
bin/isdcfgck
bin/isdclient
@@ -13,9 +13,7 @@ include/isect_io_IsdIO.h
include/libisect.h
include/queues.h
include/tabfuncs.h
-@unexec ${INSTALL_INFO} --delete %D/info/isect.info %D/info/dir
info/isect.info
-@exec ${INSTALL_INFO} %D/info/isect.info %D/info/dir
lib/libisdio.a
lib/libisdio.la
lib/libisdio.so