summaryrefslogtreecommitdiff
path: root/math/p5-NetCDF/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-NetCDF/Makefile')
-rw-r--r--math/p5-NetCDF/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/p5-NetCDF/Makefile b/math/p5-NetCDF/Makefile
index 4b28385cc5c1..2b2a55ee29d6 100644
--- a/math/p5-NetCDF/Makefile
+++ b/math/p5-NetCDF/Makefile
@@ -3,7 +3,7 @@
PORTNAME= NetCDF
PORTVERSION= 1.2.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math perl5
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf-perl/
PKGNAMEPREFIX= p5-
@@ -24,7 +24,4 @@ CONFIGURE_ENV= CPP_NETCDF=-I${LOCALBASE}/include LD_NETCDF=-lnetcdf \
pre-install:
@${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' ${WRKSRC}/perl/Makefile
-post-install:
- -@[ -d ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto ] && ${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \;
-
.include <bsd.port.mk>