summaryrefslogtreecommitdiff
path: root/chat/pidgin/Makefile
diff options
context:
space:
mode:
authorhira <hira>2007-09-25 10:03:52 +0000
committerhira <hira>2007-09-25 10:03:52 +0000
commit2b7792020923f02c28e881f22c3cc2d7509d7073 (patch)
treec5f5066db531491fbb3eef2725efb362ebab9b0d /chat/pidgin/Makefile
parent6f6499d09b778771625527e578a1e775ebe6c7e9 (diff)
downloadpkgsrc-2b7792020923f02c28e881f22c3cc2d7509d7073.tar.gz
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'chat/pidgin/Makefile')
-rw-r--r--chat/pidgin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile
index 2af6d986a25..c5fa44ac98b 100644
--- a/chat/pidgin/Makefile
+++ b/chat/pidgin/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:52 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"