summaryrefslogtreecommitdiff
path: root/textproc/postgresql-autodoc
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-07-08 21:28:15 +0000
committerkristerw <kristerw@pkgsrc.org>2005-07-08 21:28:15 +0000
commit9384e6337d76fcf96c666912527a4a5a67b06bed (patch)
tree750c0e69087ff1642af98618c0be66cf5f0f11d9 /textproc/postgresql-autodoc
parent41530b67f501f1fc33151c6d21802362fe537b19 (diff)
downloadpkgsrc-9384e6337d76fcf96c666912527a4a5a67b06bed.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'textproc/postgresql-autodoc')
-rw-r--r--textproc/postgresql-autodoc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/postgresql-autodoc/Makefile b/textproc/postgresql-autodoc/Makefile
index 6710d89ac22..23c2412c4b8 100644
--- a/textproc/postgresql-autodoc/Makefile
+++ b/textproc/postgresql-autodoc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:35 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/07/08 21:28:15 kristerw Exp $
#
DISTNAME= postgresql_autodoc-1.24
-# PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= textproc databases
MASTER_SITES= http://www.rbt.ca/autodoc/binaries/
@@ -18,5 +18,6 @@ USE_PERL5= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/${PKGBASE}
+CONFIGURE_ENV+= ac_cv_path_PERL=${PERL5}
.include "../../mk/bsd.pkg.mk"