diff options
author | wiz <wiz> | 2015-01-18 17:01:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-01-18 17:01:43 +0000 |
commit | 9e5b4bd0046b2e8253784693844a80aa795b2c37 (patch) | |
tree | 3c5dc6d65531f0eee7627eb63a929bfa0b282ef5 /textproc | |
parent | 2ab9222f268d6b75eff9e3909e5454dcb6915c60 (diff) | |
download | pkgsrc-9e5b4bd0046b2e8253784693844a80aa795b2c37.tar.gz |
Remove REPLACE_PERL for non-existent file.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Reform/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/p5-Text-Reform/Makefile b/textproc/p5-Text-Reform/Makefile index 12e037cd7f9..a7e05429eae 100644 --- a/textproc/p5-Text-Reform/Makefile +++ b/textproc/p5-Text-Reform/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/10/09 14:07:05 wiz Exp $ -# +# $NetBSD: Makefile,v 1.21 2015/01/18 17:01:43 wiz Exp $ DISTNAME= Text-Reform-1.20 PKGNAME= p5-${DISTNAME} @@ -16,7 +15,5 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/Reform/.packlist PERL5_MODULE_TYPE= Module::Build -REPLACE_PERL+= demo*.pl - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |