diff options
author | joerg <joerg> | 2006-01-15 19:50:45 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-15 19:50:45 +0000 |
commit | bde6c41b0be8bf5c2f4dc596746369d5f72349b8 (patch) | |
tree | 555bcc5f4446313038427372e51ced2d6010455f /graphics/GMT | |
parent | 586d553768a0792f192868f0716014e6a1cdb029 (diff) | |
download | pkgsrc-bde6c41b0be8bf5c2f4dc596746369d5f72349b8.tar.gz |
Remove trailing / from source directory. Unbreaks build on DragonFly.
Diffstat (limited to 'graphics/GMT')
-rw-r--r-- | graphics/GMT/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index 5f9e308beb6..7546723290d 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/11/03 22:30:35 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2006/01/15 19:50:45 joerg Exp $ DISTNAME= GMT3.4 PKGNAME= GMT-3.4 @@ -36,7 +36,7 @@ BUILD_TARGET= all suppl INSTALL_TARGET= install-all post-extract: - ${MV} -f ${WRKSRC}/www/gmt/doc/ps/ ${WRKSRC} + ${MV} -f ${WRKSRC}/www/gmt/doc/ps ${WRKSRC} ${RM} -f ${WRKSRC}/examples/*.bat ${WRKSRC}/examples/*/*.bat for f in ${WRKSRC}/examples/do_view.bash \ ${WRKSRC}/examples/do_view.csh; do \ |