diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
commit | dc9594e09db96635641a7e05b49d34b554b9bb21 (patch) | |
tree | cd74196fb4970fddf0114e46d23d0bc534a0a70a /textproc/scrollkeeper | |
parent | 4ab7433a2c2c8636b92563136007796500cc4d1b (diff) | |
download | pkgsrc-dc9594e09db96635641a7e05b49d34b554b9bb21.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/Makefile | 3 | ||||
-rw-r--r-- | textproc/scrollkeeper/omf.mk | 3 |
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 |