summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-02-08 11:44:39 +0000
committerdrochner <drochner@pkgsrc.org>2010-02-08 11:44:39 +0000
commit91bc53357be9947f9998189ed8f83b6684faabff (patch)
treef57e13e2ef3a44b5a5968771a80bfe72e93e4ea5 /security
parent5ce28323e945d97861eae2c70eb420e8ab75bef4 (diff)
downloadpkgsrc-91bc53357be9947f9998189ed8f83b6684faabff.tar.gz
create relative symlink from the beginning, the pkgsrc absolute->relative
conversion logics has problems
Diffstat (limited to 'security')
-rw-r--r--security/pinentry/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 3e60fe27cce..949779f806d 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2010/02/07 15:36:58 drochner Exp $
+# $NetBSD: Makefile,v 1.24 2010/02/08 11:44:39 drochner Exp $
#
DISTNAME= pinentry-0.7.6
@@ -20,8 +20,8 @@ INFO_FILES= yes
.if defined(PINENTRY_DEFAULT)
post-install:
- ${LN} -sf ${DESTDIR}${PREFIX}/bin/pinentry-${PINENTRY_DEFAULT} \
- ${DESTDIR}${PREFIX}/bin/pinentry
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${LN} -sf pinentry-${PINENTRY_DEFAULT} pinentry
.endif
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0