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-Sane | |
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-Sane')
-rw-r--r-- | graphics/p5-Sane/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Sane/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/graphics/p5-Sane/Makefile b/graphics/p5-Sane/Makefile index 85d090d34822..db0ece1a486f 100644 --- a/graphics/p5-Sane/Makefile +++ b/graphics/p5-Sane/Makefile @@ -17,9 +17,6 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ USES= perl5 USE_PERL5= configure -MAN3= Sane.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^my $$inc = / s|-I\.|& -I${LOCALBASE}/include|' ${WRKSRC}/Makefile.PL diff --git a/graphics/p5-Sane/pkg-plist b/graphics/p5-Sane/pkg-plist index 968c1fb002ad..4f1da90a5f33 100644 --- a/graphics/p5-Sane/pkg-plist +++ b/graphics/p5-Sane/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Sane.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Sane.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sane/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sane/Sane.bs |