summaryrefslogtreecommitdiff
path: root/chat/finch
diff options
context:
space:
mode:
authortnn <tnn>2007-08-04 14:01:01 +0000
committertnn <tnn>2007-08-04 14:01:01 +0000
commitcc5b2493bbeb0fa7e448b30b804191591698a523 (patch)
treef4c308d8cca79e7f472ae3e705cefdd1a2294155 /chat/finch
parent1f80664697e99da5dd4f478a8711f986322b170b (diff)
downloadpkgsrc-cc5b2493bbeb0fa7e448b30b804191591698a523.tar.gz
de-lint
Diffstat (limited to 'chat/finch')
-rw-r--r--chat/finch/Makefile4
-rw-r--r--chat/finch/options.mk8
2 files changed, 6 insertions, 6 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile
index b17e5586152..1bdce00a507 100644
--- a/chat/finch/Makefile
+++ b/chat/finch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/28 12:13:33 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/04 14:01:01 tnn Exp $
#
PKGNAME= finch-${VERSION}
@@ -31,7 +31,7 @@ BUILD_DIRS=finch
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/.
post-install:
${INSTALL_MAN_DIR} ${DESTDIR:Q}${PREFIX:Q}/man/man1
diff --git a/chat/finch/options.mk b/chat/finch/options.mk
index 587ac60ed71..7fe4382694c 100644
--- a/chat/finch/options.mk
+++ b/chat/finch/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2007/07/28 12:13:33 gdt Exp $
+# $NetBSD: options.mk,v 1.2 2007/08/04 14:01:01 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.finch
PKG_SUPPORTED_OPTIONS+= gstreamer debug
@@ -9,11 +9,11 @@ PKG_SUGGESTED_OPTIONS+=
.if !empty(PKG_OPTIONS:Mgstreamer)
. include "../../multimedia/gstreamer0.10/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --disable-gstreamer
+CONFIGURE_ARGS+= --disable-gstreamer
.endif
.if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+= --enable-debug
+CONFIGURE_ARGS+= --enable-debug
.else
-CONFIGURE_ARGS+= --disable-debug
+CONFIGURE_ARGS+= --disable-debug
.endif