summaryrefslogtreecommitdiff
path: root/textproc/eperl
diff options
context:
space:
mode:
authorjlam <jlam>2003-02-18 17:43:05 +0000
committerjlam <jlam>2003-02-18 17:43:05 +0000
commitb5ff6d0d0f393b05c9028e26d054f88eeefc703e (patch)
treeec25236e1f67d00d796e99886837bf5813a492c9 /textproc/eperl
parentd456dc576ba4833823a07636b9c1608656cf3af0 (diff)
downloadpkgsrc-b5ff6d0d0f393b05c9028e26d054f88eeefc703e.tar.gz
These packages have been converted to use buildlink2, so they no longer
need to use the automake-override target in bsd.pkg.mk; the hide-autotools target in bsd.buildlink2.mk accomplishes the same thing.
Diffstat (limited to 'textproc/eperl')
-rw-r--r--textproc/eperl/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile
index c27914614ad..81be980b875 100644
--- a/textproc/eperl/Makefile
+++ b/textproc/eperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/10/28 00:22:03 seb Exp $
+# $NetBSD: Makefile,v 1.15 2003/02/18 17:43:07 jlam Exp $
DISTNAME= eperl-2.2.14
CATEGORIES= lang perl5 textproc
@@ -14,13 +14,11 @@ USE_BUILDLINK2= YES
LIBPERL5_REQD= ${PERL5_REQD}
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Parse/ePerl/.packlist
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= YES
PERL5_CONFIGURE= NO
PERL5_CONFIGURE_DIRS= ${WRKSRC}/mod/Parse
BUILD_DIRS= ${WRKSRC} ${WRKSRC}/mod/Parse
-AUTOMAKE_PATTERNS+= config_ac.h.in
-
post-configure: perl5-configure
.include "../../lang/perl5/module.mk"