From 91bc53357be9947f9998189ed8f83b6684faabff Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 8 Feb 2010 11:44:39 +0000 Subject: create relative symlink from the beginning, the pkgsrc absolute->relative conversion logics has problems --- security/pinentry/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security') 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 -- cgit v1.2.3