pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/eperl Prevent paths to the build directories ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f84531a0bc26
branches:  trunk
changeset: 497305:f84531a0bc26
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jul 24 17:19:20 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

 textproc/eperl/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 95ba26ea6291 -r f84531a0bc26 textproc/eperl/Makefile
--- a/textproc/eperl/Makefile   Sun Jul 24 15:53:41 2005 +0000
+++ b/textproc/eperl/Makefile   Sun Jul 24 17:19:20 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index