diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-20 15:52:47 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-20 15:52:47 +0000 |
commit | 2fbf84300d41ca0ec4ff617afd6aed63ed6ccc92 (patch) | |
tree | 2a5108a2f3efc1ffe525ed43cf2407c65dbdb302 /textproc/groff | |
parent | 196ba23da320f5455d5fd1a47d3f3452ebef8c93 (diff) | |
download | pkgsrc-2fbf84300d41ca0ec4ff617afd6aed63ed6ccc92.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 |