diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-04 22:20:04 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-04 22:20:04 +0800 |
commit | 05945ce5e98b0980b2f5aedc318e6c29e408d20a (patch) | |
tree | b31189684710cfb58cabc8092441b29446b87a5b /lang/p5-Expect | |
parent | 127074cd1b8c06fb392e4d4787491a632fdb8a4c (diff) | |
download | freebsd-ports-gnome-05945ce5e98b0980b2f5aedc318e6c29e408d20a.tar.gz freebsd-ports-gnome-05945ce5e98b0980b2f5aedc318e6c29e408d20a.tar.zst freebsd-ports-gnome-05945ce5e98b0980b2f5aedc318e6c29e408d20a.zip |
support STAGEDIR.
Diffstat (limited to 'lang/p5-Expect')
-rw-r--r-- | lang/p5-Expect/Makefile | 3 | ||||
-rw-r--r-- | lang/p5-Expect/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index 99d3a8620024..e8c9e9ea3fc9 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Expect.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Expect/pkg-plist b/lang/p5-Expect/pkg-plist index 67bd73f81431..26b7ebb27aca 100644 --- a/lang/p5-Expect/pkg-plist +++ b/lang/p5-Expect/pkg-plist @@ -1,4 +1,5 @@ -%%SITE_PERL%%/Expect.pod +%%PERL5_MAN3%%/Expect.3.gz %%SITE_PERL%%/Expect.pm +%%SITE_PERL%%/Expect.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Expect/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Expect |