summaryrefslogtreecommitdiff
path: root/chat/pidgin
diff options
context:
space:
mode:
authorhira <hira>2007-09-25 08:31:52 +0000
committerhira <hira>2007-09-25 08:31:52 +0000
commitb584e3142113817237e366cb5965af0a2827a3d7 (patch)
tree3619c83aff27948eae66c37f256db1b652d5ccf2 /chat/pidgin
parent681d54562552f1369657db79f9bcc84d5f83912d (diff)
downloadpkgsrc-b584e3142113817237e366cb5965af0a2827a3d7.tar.gz
ln -> ${LN}.
Diffstat (limited to 'chat/pidgin')
-rw-r--r--chat/pidgin/Makefile4
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"