[19766] trunk/base/src/port/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 28 16:25:46 PDT 2006


Revision: 19766
          http://trac.macosforge.org/projects/macports/changeset/19766
Author:   jberry at macports.org
Date:     2006-09-28 16:25:46 -0700 (Thu, 28 Sep 2006)

Log Message:
-----------
Make the portf symlink truly relative, to solve problem in which pax refuses to archive it because it points outside of tree.

Modified Paths:
--------------
    trunk/base/src/port/Makefile

Modified: trunk/base/src/port/Makefile
===================================================================
--- trunk/base/src/port/Makefile	2006-09-28 23:19:49 UTC (rev 19765)
+++ trunk/base/src/port/Makefile	2006-09-28 23:25:46 UTC (rev 19766)
@@ -34,4 +34,4 @@
 	$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 port.1 ${INSTALLDIR}/share/man/man1
 	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}/bin
 	$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 555 port portindex portmirror ${INSTALLDIR}/bin/
-	$(LN_S) -f ${prefix}/bin/port ${INSTALLDIR}/bin/portf
+	cd ${INSTALLDIR}/bin && $(LN_S) -f port portf

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060928/1fc306d6/attachment.html


More information about the macports-changes mailing list