diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-01 22:20:56 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-01 22:20:56 +0800 |
commit | 618ee75341e723d51988877893233538f48c781c (patch) | |
tree | d9bd1e5c2ecf9ff2de36fb6c1e7f5dbf440912d8 /converters/p5-Convert-ASN1 | |
parent | cb1590aca8f99b698523b20b1eb2360fe613c547 (diff) | |
download | freebsd-ports-gnome-618ee75341e723d51988877893233538f48c781c.tar.gz freebsd-ports-gnome-618ee75341e723d51988877893233538f48c781c.tar.zst freebsd-ports-gnome-618ee75341e723d51988877893233538f48c781c.zip |
Support STAGEDIR.
Diffstat (limited to 'converters/p5-Convert-ASN1')
-rw-r--r-- | converters/p5-Convert-ASN1/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Convert-ASN1/pkg-plist | 9 |
2 files changed, 5 insertions, 7 deletions
diff --git a/converters/p5-Convert-ASN1/Makefile b/converters/p5-Convert-ASN1/Makefile index a8e802d4aeb1..008354027eac 100644 --- a/converters/p5-Convert-ASN1/Makefile +++ b/converters/p5-Convert-ASN1/Makefile @@ -19,7 +19,4 @@ RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt USES= perl5 USE_PERL5= configure -MAN3= Convert::ASN1.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-ASN1/pkg-plist b/converters/p5-Convert-ASN1/pkg-plist index 7afe07fd0216..5cb0e2ad97f7 100644 --- a/converters/p5-Convert-ASN1/pkg-plist +++ b/converters/p5-Convert-ASN1/pkg-plist @@ -1,12 +1,13 @@ +%%PERL5_MAN3%%/Convert::ASN1.3.gz %%SITE_PERL%%/Convert/ASN1.pm %%SITE_PERL%%/Convert/ASN1.pod -%%SITE_PERL%%/Convert/ASN1/_decode.pm -%%SITE_PERL%%/Convert/ASN1/_encode.pm %%SITE_PERL%%/Convert/ASN1/Debug.pm %%SITE_PERL%%/Convert/ASN1/IO.pm +%%SITE_PERL%%/Convert/ASN1/_decode.pm +%%SITE_PERL%%/Convert/ASN1/_encode.pm %%SITE_PERL%%/Convert/ASN1/parser.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/ASN1/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/ASN1 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/ASN1 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert -@dirrm %%SITE_PERL%%/Convert/ASN1 +@dirrmtry %%SITE_PERL%%/Convert/ASN1 @dirrmtry %%SITE_PERL%%/Convert |