diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 08:31:52 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 08:31:52 +0000 |
commit | ebf8ba4a7dfa20e1005b9104ad04ef1416c5d5df (patch) | |
tree | 3619c83aff27948eae66c37f256db1b652d5ccf2 /graphics/gimp-fix-ca/Makefile | |
parent | 014cf426fee02e80fc65d51a1b94af76f1a6508f (diff) | |
download | pkgsrc-ebf8ba4a7dfa20e1005b9104ad04ef1416c5d5df.tar.gz |
ln -> ${LN}.
Diffstat (limited to 'graphics/gimp-fix-ca/Makefile')
-rw-r--r-- | graphics/gimp-fix-ca/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-fix-ca/Makefile b/graphics/gimp-fix-ca/Makefile index 6d5f723d6a8..96cd8af6003 100644 --- a/graphics/gimp-fix-ca/Makefile +++ b/graphics/gimp-fix-ca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/09/21 13:03:49 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2007/09/25 08:31: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: |