diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-08 20:53:49 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-08 20:53:49 +0000 |
commit | 0650e01d5a406661948df0ae1eca5928f71ed349 (patch) | |
tree | a9e7860d016478e7766d800530820601786fe922 /textproc | |
parent | e00020b0e81314f51acff77271580484bb657e8e (diff) | |
download | pkgsrc-0650e01d5a406661948df0ae1eca5928f71ed349.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/kdoc/Makefile | 8 |
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" |