aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-PGPLOT
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2013-11-05 09:33:02 +0800
committervanilla <vanilla@FreeBSD.org>2013-11-05 09:33:02 +0800
commitd9efc98422d3b43728bae75f01b8192174f354c5 (patch)
tree6b2046ea5205e6106b70f572dde8ed8864afc287 /graphics/p5-PGPLOT
parent0b4841692456e5678cf76b53cbe5060a03aed6f5 (diff)
downloadfreebsd-ports-gnome-d9efc98422d3b43728bae75f01b8192174f354c5.tar.gz
freebsd-ports-gnome-d9efc98422d3b43728bae75f01b8192174f354c5.tar.zst
freebsd-ports-gnome-d9efc98422d3b43728bae75f01b8192174f354c5.zip
Support STAGEDIR.
Diffstat (limited to 'graphics/p5-PGPLOT')
-rw-r--r--graphics/p5-PGPLOT/Makefile8
-rw-r--r--graphics/p5-PGPLOT/pkg-plist5
2 files changed, 5 insertions, 8 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile
index 0c80bc46fef6..614712cdb203 100644
--- a/graphics/p5-PGPLOT/Makefile
+++ b/graphics/p5-PGPLOT/Makefile
@@ -20,14 +20,10 @@ SCRIPTS_ENV= PERL=${PERL}
USE_FORTRAN= yes
USES= perl5
-MAN3= PGPLOT.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER}
-
.if !defined(NOPORTEXAMPLES)
-NO_STAGE= yes
post-install:
- @${MKDIR} ${EXAMPLESDIR}/
- cd ${WRKSRC}/ && ${INSTALL_DATA} LICENSE test* ${EXAMPLESDIR}/
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
+ cd ${WRKSRC}/ && ${INSTALL_DATA} LICENSE test* ${STAGEDIR}${EXAMPLESDIR}/
.endif
.if defined(MAINTAINER_MODE) && !defined(BATCH)
diff --git a/graphics/p5-PGPLOT/pkg-plist b/graphics/p5-PGPLOT/pkg-plist
index e07d4472b4b0..a9a2411beb3a 100644
--- a/graphics/p5-PGPLOT/pkg-plist
+++ b/graphics/p5-PGPLOT/pkg-plist
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/PGPLOT.3.gz
%%SITE_PERL%%/%%PERL_ARCH%%/PGPLOT.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.bs
@@ -17,5 +18,5 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test7.p
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test8.p
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test9.p
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT