summaryrefslogtreecommitdiff
path: root/graphics/GMT/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-15 19:50:45 +0000
committerjoerg <joerg>2006-01-15 19:50:45 +0000
commit4eaea2ac427d5be2551d05c7005609754c84c79b (patch)
tree555bcc5f4446313038427372e51ced2d6010455f /graphics/GMT/Makefile
parent7da158f0b7167498a5d3eb5f7fe41dc5b3395c79 (diff)
downloadpkgsrc-4eaea2ac427d5be2551d05c7005609754c84c79b.tar.gz
Remove trailing / from source directory. Unbreaks build on DragonFly.
Diffstat (limited to 'graphics/GMT/Makefile')
-rw-r--r--graphics/GMT/Makefile4
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 \