summaryrefslogtreecommitdiff
path: root/security/pinentry
diff options
context:
space:
mode:
authordrochner <drochner>2010-02-08 11:44:39 +0000
committerdrochner <drochner>2010-02-08 11:44:39 +0000
commit4b548102ab6b923780d9802292ca900f215d93a5 (patch)
treef57e13e2ef3a44b5a5968771a80bfe72e93e4ea5 /security/pinentry
parent82ae081048adc30d45060fde46d4dfb4f8aff3b8 (diff)
downloadpkgsrc-4b548102ab6b923780d9802292ca900f215d93a5.tar.gz
create relative symlink from the beginning, the pkgsrc absolute->relative
conversion logics has problems
Diffstat (limited to 'security/pinentry')
-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