svn commit: r417344 - head/security/fakeroot

Baptiste Daroussin bapt at FreeBSD.org
Thu Jun 23 06:36:19 UTC 2016


Author: bapt
Date: Thu Jun 23 06:36:18 2016
New Revision: 417344
URL: https://svnweb.freebsd.org/changeset/ports/417344

Log:
  Prefer relative symlinks to make the package relocation friendly

Modified:
  head/security/fakeroot/Makefile

Modified: head/security/fakeroot/Makefile
==============================================================================
--- head/security/fakeroot/Makefile	Thu Jun 23 05:20:40 2016	(r417343)
+++ head/security/fakeroot/Makefile	Thu Jun 23 06:36:18 2016	(r417344)
@@ -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}-${PORTVER
 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>


More information about the svn-ports-head mailing list