summaryrefslogtreecommitdiff
path: root/textproc/kdoc
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-07-08 20:53:49 +0000
committerkristerw <kristerw>2005-07-08 20:53:49 +0000
commitdb0d7f8e9013cadf8670ff5614187c9803f9ac73 (patch)
treea9e7860d016478e7766d800530820601786fe922 /textproc/kdoc
parent42c3ecafd81a10b57e787cd8a82e295e5d7144a5 (diff)
downloadpkgsrc-db0d7f8e9013cadf8670ff5614187c9803f9ac73.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'textproc/kdoc')
-rw-r--r--textproc/kdoc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile
index 19ce529c8c3..0d21c28c649 100644
--- a/textproc/kdoc/Makefile
+++ b/textproc/kdoc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2005/05/25 13:42:52 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2005/07/08 20:53:49 kristerw Exp $
DISTNAME= kdoc-2.0a54
PKGNAME= kdoc-3.0
+PKGREVISION= 1
CATEGORIES= textproc kde
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/3.0/src/ \
@@ -12,6 +13,11 @@ MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/3.0/src/ \
MAINTAINER= wulf@NetBSD.org
COMMENT= C++ and IDL Class Documentation Tool
+SUBST_CLASSES+= vars
+SUBST_STAGE.vars= do-configure
+SUBST_FILES.vars= Makefile.in
+SUBST_SED.vars= -e 's|@perl@|${PERL5}|g'
+
.include "../../meta-pkgs/kde3/Makefile.kde3"
.include "../../lang/perl5/buildlink3.mk"