summaryrefslogtreecommitdiff
path: root/print/ggv/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-18 14:55:54 +0000
committerjmmv <jmmv>2003-02-18 14:55:54 +0000
commit89ed14603ef6f82dc5fe599763f54b41a7727e26 (patch)
tree26f00e45e25757159b4808978c93e8b672cac4c4 /print/ggv/Makefile
parentac84fe1226d95f9ffa3d0916a0deaedefac45c4e (diff)
downloadpkgsrc-89ed14603ef6f82dc5fe599763f54b41a7727e26.tar.gz
Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
Diffstat (limited to 'print/ggv/Makefile')
-rw-r--r--print/ggv/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index e06bc5a7f76..5455890e2c5 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2002/12/24 06:10:21 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2003/02/18 14:56:01 jmmv Exp $
#
DISTNAME= ggv-1.0.2
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ggv/1.0/}
@@ -17,10 +17,9 @@ USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
-CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR}
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-.include "../../textproc/scrollkeeper/buildlink2.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"