diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-20 06:54:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-20 06:54:20 +0000 |
commit | 97d8d6e3d2922ef0cf96476d76bdc7a19fd6e42c (patch) | |
tree | 5456169f1b03af6f7f69c3d753323e994a3781ce /misc/firestring/files/patch-firemake::libraries | |
parent | - Adds staging support to www/apercu. [1] (diff) |
Support staging.
Approved by: portmgr@
Notes
Notes:
svn path=/head/; revision=354601
Diffstat (limited to 'misc/firestring/files/patch-firemake::libraries')
-rw-r--r-- | misc/firestring/files/patch-firemake::libraries | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/firestring/files/patch-firemake::libraries b/misc/firestring/files/patch-firemake::libraries deleted file mode 100644 index dc039d26dc8d..000000000000 --- a/misc/firestring/files/patch-firemake::libraries +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- firemake/libraries.orig Tue Feb 24 13:37:56 2004 -+++ firemake/libraries Sat May 1 20:10:38 2004 -@@ -100,7 +100,7 @@ - dispn " $LIBRARY..." - $ECHO " $INSTALL ${LIBRARY}.a \$(LIBDIR) $INSTALL_USER $INSTALL_GROUP 0755" - $ECHO " $INSTALL ${LIBRARY}.so.$VERSION \$(LIBDIR) $INSTALL_USER $INSTALL_GROUP 0755" -- $ECHO " ln -sf ${LIBRARY}.so.$VERSION \$(LIBDIR)/${LIBRARY}.so.$VERSION2" -+ $ECHO " ln -sf ${LIBRARY}.so.$VERSION \$(LIBDIR)/${LIBRARY}.so.0" - $ECHO " ln -sf ${LIBRARY}.so.$VERSION \$(LIBDIR)/${LIBRARY}.so" - disp "done" - done |