aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-PGPLOT
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-05 09:33:02 +0800
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-05 09:33:02 +0800
commitd394d91a6ab79b2552ce91ad66446a1a3564ae55 (patch)
tree6b2046ea5205e6106b70f572dde8ed8864afc287 /graphics/p5-PGPLOT
parentb59192cc24ef24fba3659c2761a29f8b3a4aca74 (diff)
downloadfreebsd-ports-gnome-d394d91a6ab79b2552ce91ad66446a1a3564ae55.tar.gz
freebsd-ports-gnome-d394d91a6ab79b2552ce91ad66446a1a3564ae55.tar.zst
freebsd-ports-gnome-d394d91a6ab79b2552ce91ad66446a1a3564ae55.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