pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/GMT Remove trailing / from source directory. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e64e89ca61d8
branches:  trunk
changeset: 506418:e64e89ca61d8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 15 19:50:45 2006 +0000

description:
Remove trailing / from source directory. Unbreaks build on DragonFly.

diffstat:

 graphics/GMT/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8ee2eb0ce7bc -r e64e89ca61d8 graphics/GMT/Makefile
--- a/graphics/GMT/Makefile     Sun Jan 15 19:40:02 2006 +0000
+++ b/graphics/GMT/Makefile     Sun Jan 15 19:50:45 2006 +0000
@@ -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 @@
 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                      \



Home | Main Index | Thread Index | Old Index