diff options
author | kristerw <kristerw> | 2005-06-20 15:52:47 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-20 15:52:47 +0000 |
commit | 504e7ce166c62c128e6488444b281ac772dfcd83 (patch) | |
tree | 2a5108a2f3efc1ffe525ed43cf2407c65dbdb302 /textproc/groff | |
parent | 43617e4fa296a9c00350f168ce4471a4cf2004f1 (diff) | |
download | pkgsrc-504e7ce166c62c128e6488444b281ac772dfcd83.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index fb804ae4b88..b37cff7aa24 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2005/04/11 21:47:34 tv Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/20 16:29:55 kristerw Exp $ # DISTNAME= groff-1.19.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=groff/} @@ -15,6 +15,7 @@ DEPENDS+= psutils>=1.17:../../print/psutils USE_LANGUAGES= c c++ GNU_CONFIGURE= YES +CONFIGURE_ENV+= ac_cv_path_PERLPATH="${PERL5}" USE_PERL5= YES INFO_FILES= groff |