diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-23 06:36:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-23 06:36:18 +0000 |
commit | 7361664043afe7c51af5b2a415cc2e7a4068b9d6 (patch) | |
tree | 7fc39f18100c3470994e2b3e8f8bc355a88d2c4c /security/fakeroot | |
parent | cd5464b270b6f926f25a3f3d6859204a9816307b (diff) | |
download | ports-7361664043afe7c51af5b2a415cc2e7a4068b9d6.tar.gz ports-7361664043afe7c51af5b2a415cc2e7a4068b9d6.zip |
Notes
Diffstat (limited to 'security/fakeroot')
-rw-r--r-- | security/fakeroot/Makefile | 3 |
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> |