diff options
author | hira <hira> | 2007-09-25 08:31:52 +0000 |
---|---|---|
committer | hira <hira> | 2007-09-25 08:31:52 +0000 |
commit | 7589575195b75c737aaf585932f6c076716c9f88 (patch) | |
tree | 3619c83aff27948eae66c37f256db1b652d5ccf2 /chat/finch/Makefile | |
parent | fe604e95c1a449065620c4dc51f3f7e4864a395f (diff) | |
download | pkgsrc-7589575195b75c737aaf585932f6c076716c9f88.tar.gz |
ln -> ${LN}.
Diffstat (limited to 'chat/finch/Makefile')
-rw-r--r-- | chat/finch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile index 39f410ab7c9..d2a59ef3510 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/09/15 14:55:01 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2007/09/25 08:31:53 hira Exp $ # PKGNAME= finch-${PIDGIN_VERSION} @@ -33,7 +33,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 |