aboutsummaryrefslogtreecommitdiff
path: root/security/fakeroot
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-06-23 06:36:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-06-23 06:36:18 +0000
commit7361664043afe7c51af5b2a415cc2e7a4068b9d6 (patch)
tree7fc39f18100c3470994e2b3e8f8bc355a88d2c4c /security/fakeroot
parentcd5464b270b6f926f25a3f3d6859204a9816307b (diff)
downloadports-7361664043afe7c51af5b2a415cc2e7a4068b9d6.tar.gz
ports-7361664043afe7c51af5b2a415cc2e7a4068b9d6.zip
Prefer relative symlinks to make the package relocation friendly
Notes
Notes: svn path=/head/; revision=417344
Diffstat (limited to 'security/fakeroot')
-rw-r--r--security/fakeroot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile
index 7693dffef2e3..1ed11b765df2 100644
--- a/security/fakeroot/Makefile
+++ b/security/fakeroot/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fakeroot
PORTVERSION= 1.20.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
@@ -23,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-install:
${MV} ${STAGEDIR}${PREFIX}/lib/libfakeroot-0.so \
${STAGEDIR}${PREFIX}/lib/libfakeroot.so.0
- ${LN} -sf ${PREFIX}/lib/libfakeroot.so.0 \
+ ${LN} -sf libfakeroot.so.0 \
${STAGEDIR}${PREFIX}/lib/libfakeroot-0.so
.include <bsd.port.mk>