diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-01 14:39:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-01 14:39:18 +0800 |
commit | 3e839fced03911e060519db070ef0b74a8f453d5 (patch) | |
tree | 58839ba4c2c0d7dad468b2a8f8430d225f909a6b /devel/p5-Locale-PGetText | |
parent | 8c1e758bbd2d733cd1522404a3cb69077926ee68 (diff) | |
download | freebsd-ports-gnome-3e839fced03911e060519db070ef0b74a8f453d5.tar.gz freebsd-ports-gnome-3e839fced03911e060519db070ef0b74a8f453d5.tar.zst freebsd-ports-gnome-3e839fced03911e060519db070ef0b74a8f453d5.zip |
Remove do-configure section, use PERL_CONFIGURE now.
Diffstat (limited to 'devel/p5-Locale-PGetText')
-rw-r--r-- | devel/p5-Locale-PGetText/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Locale-PGetText/pkg-plist | 1 |
2 files changed, 3 insertions, 10 deletions
diff --git a/devel/p5-Locale-PGetText/Makefile b/devel/p5-Locale-PGetText/Makefile index c11c94b5c022..c85b0f16258e 100644 --- a/devel/p5-Locale-PGetText/Makefile +++ b/devel/p5-Locale-PGetText/Makefile @@ -14,16 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= nakai@FreeBSD.org -USE_PERL5= YES - -# There is also perl man but how to manage /usr/local/man -# and /usr/local/lib/perl5/%%PERL_VER%%/man +PERL_CONFIGURE= YES MAN1= MsgFormat.1 XText.1 -#MAN3= Locale::PGettext.3 -#MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL +MAN3= Locale::PGettext.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/devel/p5-Locale-PGetText/pkg-plist b/devel/p5-Locale-PGetText/pkg-plist index e44f48f07344..9650c32c2ac0 100644 --- a/devel/p5-Locale-PGetText/pkg-plist +++ b/devel/p5-Locale-PGetText/pkg-plist @@ -1,6 +1,5 @@ bin/XText bin/MsgFormat -lib/perl5/%%PERL_VERSION%%/man/man3/Locale::PGetText.3 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale/PGetText/.packlist lib/perl5/site_perl/%%PERL_VER%%/Locale/PGetText.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale/PGetText |