diff options
author | obache <obache@pkgsrc.org> | 2009-11-19 05:45:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-11-19 05:45:45 +0000 |
commit | 3a69ef8e0e2d0940afc44698f7d817656494ee17 (patch) | |
tree | 12a04bda93a9859b71d864bb0e4dc2d9921f1cdf /converters | |
parent | ead6a93adbf59b7b60d4e5286ebfaac8d96e4f3c (diff) | |
download | pkgsrc-3a69ef8e0e2d0940afc44698f7d817656494ee17.tar.gz |
SUBST workaround is not required anymore after update to 2.10.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-nkf/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/converters/p5-nkf/Makefile b/converters/p5-nkf/Makefile index c6656b800de..4ec21d497ff 100644 --- a/converters/p5-nkf/Makefile +++ b/converters/p5-nkf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/11/19 05:42:02 obache Exp $ +# $NetBSD: Makefile,v 1.19 2009/11/19 05:45:45 obache Exp $ # .include "../../converters/nkf/Makefile.common" @@ -19,10 +19,5 @@ PERL5_CONFIGURE_DIRS= NKF.mod BUILD_DIRS= ${PERL5_CONFIGURE_DIRS} PERL5_PACKLIST= auto/NKF/.packlist -SUBST_CLASSES+= sp -SUBST_STAGE.sp= pre-configure -SUBST_FILES.sp= nkf.c -SUBST_SED.sp= -e 's/SP/SPSP/g' - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |