diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-05 09:33:02 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-05 09:33:02 +0800 |
commit | d9efc98422d3b43728bae75f01b8192174f354c5 (patch) | |
tree | 6b2046ea5205e6106b70f572dde8ed8864afc287 /graphics/p5-GD-SVG | |
parent | 0b4841692456e5678cf76b53cbe5060a03aed6f5 (diff) | |
download | freebsd-ports-gnome-d9efc98422d3b43728bae75f01b8192174f354c5.tar.gz freebsd-ports-gnome-d9efc98422d3b43728bae75f01b8192174f354c5.tar.zst freebsd-ports-gnome-d9efc98422d3b43728bae75f01b8192174f354c5.zip |
Support STAGEDIR.
Diffstat (limited to 'graphics/p5-GD-SVG')
-rw-r--r-- | graphics/p5-GD-SVG/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile index e5540a289092..5f70f677d4f3 100644 --- a/graphics/p5-GD-SVG/Makefile +++ b/graphics/p5-GD-SVG/Makefile @@ -17,7 +17,4 @@ BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ USES= perl5 USE_PERL5= configure -MAN3= GD::SVG.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD-SVG/pkg-plist b/graphics/p5-GD-SVG/pkg-plist index 62865b76c69f..afa82029a6a9 100644 --- a/graphics/p5-GD-SVG/pkg-plist +++ b/graphics/p5-GD-SVG/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SVG/.packlist +%%PERL5_MAN3%%/GD::SVG.3.gz %%SITE_PERL%%/GD/SVG.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SVG +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SVG/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SVG @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD @dirrmtry %%SITE_PERL%%/GD |