diff options
author | hira <hira> | 2007-09-25 10:03:52 +0000 |
---|---|---|
committer | hira <hira> | 2007-09-25 10:03:52 +0000 |
commit | b71c11c015057689732a9929fb8cec174f6ab3b9 (patch) | |
tree | c5f5066db531491fbb3eef2725efb362ebab9b0d /graphics | |
parent | 696bc5a9f09c1e54076c50852d5f8e845901ed5b (diff) | |
download | pkgsrc-b71c11c015057689732a9929fb8cec174f6ab3b9.tar.gz |
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-fix-ca/Makefile | 4 | ||||
-rw-r--r-- | graphics/libscigraphica/Makefile | 4 | ||||
-rw-r--r-- | graphics/scigraphica/Makefile | 4 | ||||
-rw-r--r-- | graphics/xpm/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/graphics/gimp-fix-ca/Makefile b/graphics/gimp-fix-ca/Makefile index 96cd8af6003..4afbff3fe8e 100644 --- a/graphics/gimp-fix-ca/Makefile +++ b/graphics/gimp-fix-ca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/09/25 08:31:53 hira Exp $ +# $NetBSD: Makefile,v 1.7 2007/09/25 10:03:53 hira Exp $ # DISTNAME= gimp-fix-ca-2.1.0 @@ -19,7 +19,7 @@ INSTALLATION_DIRS= lib/gimp/2.0/plug-ins USE_TOOLS+= pkg-config pre-build: - ${LN} -sf ${LOCALBASE}/bin/gimptool-2.0 \ + ln -sf ${LOCALBASE}/bin/gimptool-2.0 \ ${BUILDLINK_DIR}/bin/gimptool do-build: diff --git a/graphics/libscigraphica/Makefile b/graphics/libscigraphica/Makefile index 512050ad62b..2771baa782a 100644 --- a/graphics/libscigraphica/Makefile +++ b/graphics/libscigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/09/25 08:31:54 hira Exp $ +# $NetBSD: Makefile,v 1.6 2007/09/25 10:03:53 hira Exp $ # DISTNAME= libscigraphica-2.1.1 @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in pre-configure: - ${LN} -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python + ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python .include "../../lang/python/extension.mk" .include "../../math/py-numarray/buildlink3.mk" diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index 62244a73019..ccc9a2e9330 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/09/25 08:31:54 hira Exp $ +# $NetBSD: Makefile,v 1.43 2007/09/25 10:03:53 hira Exp $ # DISTNAME= scigraphica-2.1.0 @@ -26,7 +26,7 @@ USE_LIBTOOL= YES PTHREAD_AUTO_VARS= yes pre-configure: - ${LN} -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python + ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python .include "../../lang/python/application.mk" .include "../../graphics/libscigraphica/buildlink3.mk" diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 80b961df4d1..fb3a6306b3d 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2007/09/25 08:31:54 hira Exp $ +# $NetBSD: Makefile,v 1.58 2007/09/25 10:03:53 hira Exp $ DISTNAME= xpm-3.4k PKGREVISION= 7 @@ -23,7 +23,7 @@ USE_IMAKE= yes post-install: cd ${PREFIX}/lib && \ rm -f libXpm.so.4 && \ - ${LN} -s libXpm.so.4.11 libXpm.so.4 + ln -s libXpm.so.4.11 libXpm.so.4 .endif .if !empty(LOWER_OPSYS:Mirix5*) |