diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-24 17:19:20 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-24 17:19:20 +0000 |
commit | 0e3bb76d290189468473e2809357750cbc548849 (patch) | |
tree | 221a8824f82ca9c669cc9d22c5a9bcf68f5d56ed /textproc | |
parent | 1844587f4dd7afb2101a1cff867c8790261621e8 (diff) | |
download | pkgsrc-0e3bb76d290189468473e2809357750cbc548849.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/eperl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile index 80ef7ecd615..b770f85d3ec 100644 --- a/textproc/eperl/Makefile +++ b/textproc/eperl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2005/07/13 18:01:40 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/07/24 17:19:20 kristerw Exp $ DISTNAME= eperl-2.2.14 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang perl5 textproc MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/ @@ -12,6 +12,7 @@ COMMENT= Interpreter/preprocessor for Perl embedded in text documents PERL5_PACKLIST= auto/Parse/ePerl/.packlist GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-perl=${PERL5} PERL5_REQD+= 5.8.0 PERL5_CONFIGURE= NO PERL5_CONFIGURE_DIRS= ${WRKSRC}/mod/Parse |