summaryrefslogtreecommitdiff
path: root/textproc/scrollkeeper
diff options
context:
space:
mode:
authorjlam <jlam>2005-12-29 06:21:30 +0000
committerjlam <jlam>2005-12-29 06:21:30 +0000
commit5af16a0a92f81c34be4b282d5e8072ffb8e77df1 (patch)
treecd74196fb4970fddf0114e46d23d0bc534a0a70a /textproc/scrollkeeper
parenta1ad2b0ae6e24e2b642cab2b00e3241d772eef7a (diff)
downloadpkgsrc-5af16a0a92f81c34be4b282d5e8072ffb8e77df1.tar.gz
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Diffstat (limited to 'textproc/scrollkeeper')
-rw-r--r--textproc/scrollkeeper/Makefile3
-rw-r--r--textproc/scrollkeeper/omf.mk3
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile
index e25fb36e6fa..c40877ba8bc 100644
--- a/textproc/scrollkeeper/Makefile
+++ b/textproc/scrollkeeper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/12/05 23:55:21 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2005/12/29 06:22:20 jlam Exp $
#
DISTNAME= scrollkeeper-0.3.14
@@ -19,7 +19,6 @@ DEPENDS+= docbook-xml>=4.2nb7:../../textproc/docbook-xml
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
-USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR:Q}
diff --git a/textproc/scrollkeeper/omf.mk b/textproc/scrollkeeper/omf.mk
index 120f4910c38..f11025b353b 100644
--- a/textproc/scrollkeeper/omf.mk
+++ b/textproc/scrollkeeper/omf.mk
@@ -1,4 +1,4 @@
-# $NetBSD: omf.mk,v 1.9 2005/12/05 20:51:08 rillig Exp $
+# $NetBSD: omf.mk,v 1.10 2005/12/29 06:22:20 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that install
# OMF files. It takes care of registering them in scrollkeeper's global
@@ -22,7 +22,6 @@ SCROLLKEEPER_DATADIR= ${BUILDLINK_PREFIX.scrollkeeper}/libdata/scrollkeeper
SCROLLKEEPER_REBUILDDB= ${BUILDLINK_PREFIX.scrollkeeper}/bin/scrollkeeper-rebuilddb
SCROLLKEEPER_UPDATEDB= ${BUILDLINK_PREFIX.scrollkeeper}/bin/scrollkeeper-update
-USE_PKGINSTALL= YES
INSTALL_EXTRA_TMPL+= ${.CURDIR}/../../textproc/scrollkeeper/files/install.tmpl
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/../../textproc/scrollkeeper/files/install.tmpl