Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 06:36:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417344 - head/security/fakeroot
Message-ID:  <201606230636.u5N6aIiM006430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606230636.u5N6aIiM006430>