diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-16 10:56:37 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-16 10:56:37 +0000 |
commit | 5ebdc43505768fca962b95d9c3b753157cf2c735 (patch) | |
tree | 99502dacac3a66e0730cc66ee6431c9a0818e64e /math | |
parent | Update to specific BSD license. (diff) |
Remove @dirrm from package list of 8 of my ports
Notes
Notes:
svn path=/head/; revision=370998
Diffstat (limited to 'math')
-rw-r--r-- | math/plplot-ada/Makefile | 4 | ||||
-rw-r--r-- | math/plplot-ada/pkg-plist | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/math/plplot-ada/Makefile b/math/plplot-ada/Makefile index a0753dab41dd..9cb53eec5086 100644 --- a/math/plplot-ada/Makefile +++ b/math/plplot-ada/Makefile @@ -24,7 +24,7 @@ INSTALL_WRKSRC= ${WRKSRC}/bindings post-extract: ${CP} ${FILESDIR}/build_plplot.gpr ${FILESDIR}/Makefile \ ${BUILD_WRKSRC} - ${CAT} ${FILESDIR}/plplot.gpr.in | ${SED} -e "s|@PREFIX@|${PREFIX}|g" > \ - ${BUILD_WRKSRC}/plplot.gpr + ${CAT} ${FILESDIR}/plplot.gpr.in | \ + ${SED} -e "s|@PREFIX@|${PREFIX}|g" > ${BUILD_WRKSRC}/plplot.gpr .include <bsd.port.mk> diff --git a/math/plplot-ada/pkg-plist b/math/plplot-ada/pkg-plist index 917125ab2220..eca484d76ea2 100644 --- a/math/plplot-ada/pkg-plist +++ b/math/plplot-ada/pkg-plist @@ -12,6 +12,3 @@ lib/plplotada/plplot.ali lib/plplotada/plplot_auxiliary.ali lib/plplotada/plplot_thin.ali lib/plplotada/plplot_traditional.ali -@dirrm lib/plplotada -@dirrmtry lib/gnat -@dirrm include/plplotada |