summaryrefslogtreecommitdiff
path: root/chat/pidgin/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2007-08-04 14:01:01 +0000
committertnn <tnn>2007-08-04 14:01:01 +0000
commit4b70eac34b430bcfbeec58d329accebdc44e1526 (patch)
treef4c308d8cca79e7f472ae3e705cefdd1a2294155 /chat/pidgin/Makefile
parent734285770112b9e78f25028633eb3409a51247eb (diff)
downloadpkgsrc-4b70eac34b430bcfbeec58d329accebdc44e1526.tar.gz
de-lint
Diffstat (limited to 'chat/pidgin/Makefile')
-rw-r--r--chat/pidgin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile
index 4ff9d93883d..ec90c22e307 100644
--- a/chat/pidgin/Makefile
+++ b/chat/pidgin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/28 12:12:33 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/04 14:01:38 tnn Exp $
#
PKGNAME= pidgin-${VERSION}
@@ -7,7 +7,7 @@ PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
-.include "../../chat/libpurple/Makefile.common"
+.include "../../chat/libpurple/Makefile.common"
USE_DIRS+= xdg-1.4
USE_TOOLS+= msgfmt
@@ -30,7 +30,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/glib2/buildlink3.mk"