diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-12 18:48:53 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-12 18:48:53 +0000 |
| commit | ee9b96077b1f24736618eb1b3b71833bf8b36f69 (patch) | |
| tree | 67097ad18bc7a35e4793f81ddd0a69364ed95a96 /science/cdf | |
| parent | c518e1da46a66a722af3046ff3b3b7199ca159e7 (diff) | |
Cleanup plist
Notes
svn path=/head/; revision=372500
Diffstat (limited to 'science/cdf')
| -rw-r--r-- | science/cdf/Makefile | 3 | ||||
| -rw-r--r-- | science/cdf/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 8e41fd0e65f0..4adafaa8fdac 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= cdf3 PORTVERSION= 3.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/cdf${VER}/unix/ @@ -51,6 +51,7 @@ post-install: ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR} + ${SED} -i '' 's,${STAGEDIR},,g' ${STAGEDIR}${PREFIX}/bin/definitions.? regression-test: (cd ${BUILD_WRKSRC} ; \ diff --git a/science/cdf/pkg-plist b/science/cdf/pkg-plist index b4a4aa4fbd56..fd98519af8a8 100644 --- a/science/cdf/pkg-plist +++ b/science/cdf/pkg-plist @@ -65,6 +65,3 @@ lib/libcdf.so.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ij01r39.cdf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_example1.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zfia10x.cdf -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm lib/cdf/help -@dirrm lib/cdf |
