diff options
author | dholland <dholland@pkgsrc.org> | 2011-07-05 01:14:20 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-07-05 01:14:20 +0000 |
commit | 6d4ab16034d4d180e7c18e32ac80933c0f208642 (patch) | |
tree | b2438dd64a845a7935df26c26b6afd8b4cfe9d18 /net/dhcpd-pools | |
parent | b5302a9e36aa18474734ef5c2e7081e9193015ee (diff) | |
download | pkgsrc-6d4ab16034d4d180e7c18e32ac80933c0f208642.tar.gz |
Another one that installs perl scripts and uses REPLACE_PERL without
actually depending on perl.
Diffstat (limited to 'net/dhcpd-pools')
-rw-r--r-- | net/dhcpd-pools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dhcpd-pools/Makefile b/net/dhcpd-pools/Makefile index b4c8ea0da3d..963aa9c4a83 100644 --- a/net/dhcpd-pools/Makefile +++ b/net/dhcpd-pools/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/27 06:41:42 adam Exp $ +# $NetBSD: Makefile,v 1.2 2011/07/05 01:14:20 dholland Exp $ DISTNAME= dhcpd-pools-2.14 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dhcpd-pools/} @@ -18,6 +19,7 @@ CONFIGURE_ARGS+= --with-dhcpd-leases=${VARBASE}/db/dhcpd.leases BUILD_DEFS+= VARBASE REPLACE_PERL= contrib/snmptest.pl +USE_TOOLS+= perl:run SUBST_CLASSES+= fix-name SUBST_STAGE.fix-name= pre-configure |