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 /chat/pidgin | |
parent | 014cf426fee02e80fc65d51a1b94af76f1a6508f (diff) | |
download | pkgsrc-ebf8ba4a7dfa20e1005b9104ad04ef1416c5d5df.tar.gz |
ln -> ${LN}.
Diffstat (limited to 'chat/pidgin')
-rw-r--r-- | chat/pidgin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index ce1bf594eb6..2af6d986a25 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/09/15 14:55:02 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2007/09/25 08:31:53 hira Exp $ # PKGNAME= pidgin-${PIDGIN_VERSION} @@ -29,7 +29,7 @@ CHECK_WRKREF_SKIP= bin/pidgin pre-build: # XXX Find a cleaner way. ${TEST} -r ${WRKSRC}/libpurple/libpurple.la || \ - ln -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/. + ${LN} -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/. .include "../../chat/libpurple/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |