diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-12-05 10:36:18 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-12-05 10:36:18 +0000 |
commit | ff6d22eec741cd91b977ea6abf51d9c3759da689 (patch) | |
tree | ba970202fa823106bbd6d21002aa0eeb81ff0d86 /textproc/p5-Text-WikiFormat | |
parent | 6df7c921d94911c8860de50deffb6dd9f3fac889 (diff) |
- Fix for incorrect pkg-plist.
- Update of maintainer's email address.
PR: 74712
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=123212
Diffstat (limited to 'textproc/p5-Text-WikiFormat')
-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 |