diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-08 13:25:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-08 13:25:03 +0000 |
commit | 31f3c00ccdfdb6bf20e9ebc866ccf71b488a562c (patch) | |
tree | 6fc8d43075421e277d079454e37e7a0139bc0816 /textproc | |
parent | fc499e90c59096080c16789e749151525a4cda5c (diff) | |
download | pkgsrc-31f3c00ccdfdb6bf20e9ebc866ccf71b488a562c.tar.gz |
Remove redundant target.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Shellwords/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/p5-Text-Shellwords/Makefile b/textproc/p5-Text-Shellwords/Makefile index f559f956e63..2a5a94a441a 100644 --- a/textproc/p5-Text-Shellwords/Makefile +++ b/textproc/p5-Text-Shellwords/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/08 12:52:35 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/01/08 13:25:03 minskim Exp $ # DISTNAME= Text-Shellwords-1.02 @@ -15,8 +15,5 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Shellwords/.packlist -pre-build: - cd ${WRKSRC}; perl Makefile.PL - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |