diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-03 22:30:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-03 22:30:35 +0000 |
commit | b4734331b629dce32056687682c8c3761c2ecc1c (patch) | |
tree | c408814184c695fa2cf86157430591f639340ff0 /graphics/GMT/Makefile | |
parent | 3605a9ddd7b16fa23d85e4d5f590bb08654fcaa8 (diff) | |
download | pkgsrc-b4734331b629dce32056687682c8c3761c2ecc1c.tar.gz |
Removed redundant definition for WRKSRC. Changed one instance of
${WRKSRC}/.. to ${WRKDIR}. As this instance refers to a file that comes
from an archive which is unpacked in ${WRKDIR}, this is aesthetically
ok. While here, sorted the PLIST.
Diffstat (limited to 'graphics/GMT/Makefile')
-rw-r--r-- | graphics/GMT/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index 9aa26e5359b..5f9e308beb6 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/06/22 08:34:54 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/11/03 22:30:35 rillig Exp $ DISTNAME= GMT3.4 PKGNAME= GMT-3.4 @@ -21,7 +21,6 @@ COMMENT= Generic Mapping Tools EXTRACT_SUFX= .tar.bz2 DIST_SUBDIR= ${DISTNAME} -WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes USE_LIBTOOL= yes @@ -55,7 +54,7 @@ post-install: cd ${WRKSRC}/tutorial && ${INSTALL_DATA} bermuda.grd quakes.cpt \ ship.xyz us.grd data quakes.ngdc \ ${PREFIX}/share/examples/gmt/tutorial; - ${INSTALL_DATA} ${WRKSRC}/../share/* ${PREFIX}/share/gmt + ${INSTALL_DATA} ${WRKDIR}/share/* ${PREFIX}/share/gmt ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gmt ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/examples/ cd ${WRKSRC}/examples && ${PAX} -rw . ${PREFIX}/share/examples/gmt |