diff options
author | snj <snj@pkgsrc.org> | 2004-01-31 21:12:23 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-01-31 21:12:23 +0000 |
commit | 63bd32eb47485da6323e013f4e1b7dc3ff5ebfce (patch) | |
tree | ddd68772136a5b82fdfbd6174ab55b480bce91d9 /security/p5-Net-DNS-SEC | |
parent | 5621948efdc7b9e9337c78edebe025047d307f6c (diff) | |
download | pkgsrc-63bd32eb47485da6323e013f4e1b7dc3ff5ebfce.tar.gz |
USE_PKGINSTALL instead of including bsd.pkg.install.mk and get rid of
an extra blank line.
Okayed by jmmv.
Diffstat (limited to 'security/p5-Net-DNS-SEC')
-rw-r--r-- | security/p5-Net-DNS-SEC/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-Net-DNS-SEC/Makefile b/security/p5-Net-DNS-SEC/Makefile index b4e34f34164..7b1d9ba0ee8 100644 --- a/security/p5-Net-DNS-SEC/Makefile +++ b/security/p5-Net-DNS-SEC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/12 09:46:04 cjep Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/31 21:12:23 snj Exp $ # DISTNAME= Net-DNS-SEC-0.11 @@ -21,6 +21,7 @@ DEPENDS+= p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble BUILDLINK_DEPENDS.perl= perl>=5.6.1 USE_BUILDLINK2= YES +USE_PKGINSTALL= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNS/SEC/.packlist @@ -42,7 +43,5 @@ post-install: @${INSTALL_SCRIPT} ${WRKSRC}/demo/${f} ${EGDIR}/ .endfor - .include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |