diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/pkg-plist | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index 656595b18b3e..57b7819aa4cf 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text PKGNAMEPREFIX= p5- -MAINTAINER= zaa@ulstu.ru +MAINTAINER= zaa@zaa.pp.ru COMMENT= Module for translating Wiki formatted text into other formats BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ @@ -22,6 +22,5 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes MAN3= Text::WikiFormat.3 -PLIST_FILES= %%SITE_PERL%%/Text/WikiFormat.pm .include <bsd.port.mk> diff --git a/textproc/p5-Text-WikiFormat/pkg-plist b/textproc/p5-Text-WikiFormat/pkg-plist new file mode 100644 index 000000000000..4aab03551163 --- /dev/null +++ b/textproc/p5-Text-WikiFormat/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Text/WikiFormat.pm +@unexec rmdir %D/%%SITE_PERL%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true |