summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-05-07 18:41:16 +0000
committerjtb <jtb@pkgsrc.org>2001-05-07 18:41:16 +0000
commite90e7f15d7602d5a93ab4ab04492bc903cb6b117 (patch)
tree5d1ec212932680a9bdbc6467ae797ef42f1baf0d /graphics
parent21fe3825fd47d193f8af2e639029019b22d73267 (diff)
downloadpkgsrc-e90e7f15d7602d5a93ab4ab04492bc903cb6b117.tar.gz
Remove unnecessary backslash. Pointed out by zuntum.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/iGMT/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/iGMT/Makefile b/graphics/iGMT/Makefile
index e54ac3c9d5c..d2209073d0e 100644
--- a/graphics/iGMT/Makefile
+++ b/graphics/iGMT/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/05/07 18:12:12 jtb Exp $
+# $NetBSD: Makefile,v 1.10 2001/05/07 18:41:16 jtb Exp $
DISTNAME= igmt_v1.2
PKGNAME= iGMT-1.2
@@ -49,6 +49,6 @@ do-install:
igmt_gmtdefaults_3.3 ${PREFIX}/share/igmt/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/igmt
cd ${WRKSRC} && ${INSTALL_DATA} example*.ps.gz \
- ${WRKSRC}/example*.dat ${PREFIX}/share/examples/igmt/ \
+ ${WRKSRC}/example*.dat ${PREFIX}/share/examples/igmt/
.include "../../mk/bsd.pkg.mk"