diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 22:13:49 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 22:13:49 +0000 |
commit | c604d1d7d400f2448736293b945dfb187b27d103 (patch) | |
tree | e80221913cc9353ff0a0969a96b556d845cadfb7 /net/smm++/files/patch-Makefile | |
parent | 13333425adea6a26a61e51182741647c22b2baca (diff) | |
download | ports-c604d1d7d400f2448736293b945dfb187b27d103.tar.gz ports-c604d1d7d400f2448736293b945dfb187b27d103.zip |
update to 5.1.
change MASTER_SITES.
PR: 34154
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=53609
Diffstat (limited to 'net/smm++/files/patch-Makefile')
-rw-r--r-- | net/smm++/files/patch-Makefile | 39 |
1 files changed, 3 insertions, 36 deletions
diff --git a/net/smm++/files/patch-Makefile b/net/smm++/files/patch-Makefile index 288644e9fdb0..5d8168628261 100644 --- a/net/smm++/files/patch-Makefile +++ b/net/smm++/files/patch-Makefile @@ -1,15 +1,6 @@ ---- /home/edwin/smm5r0/Install.unix/Makefile Fri Jun 15 07:05:56 2001 -+++ Makefile Sun Jul 15 19:20:06 2001 -@@ -12,7 +12,7 @@ - # usual unix environment (if you have root access). - BIN=/usr/local/bin - SRC=/usr/local/lib/smm --DOC=/usr/local/doc/smm -+DOC=/usr/local/share/doc/smm - - # --- If you don't have root access, you could choose to install - # SMM++ locally in your home directory. Therefore use the -@@ -60,6 +60,8 @@ +--- Makefile.orig Tue Jan 22 18:45:51 2002 ++++ Makefile Tue Jan 22 18:46:40 2002 +@@ -58,6 +58,8 @@ # this Makefile. If you can read Makefiles, feel free # to do whatever you like. @@ -18,27 +9,3 @@ smm: Makefile @echo "--- Building startup file." @if [ -z ${ITKWISH} ] ; then \ -@@ -89,9 +91,9 @@ - install-src: - @echo "--- Installing libraries to ${SRC}." - @install -d ${SRC} -- @cp -au ../sources/ ${SRC} -- @cp -au ../images/ ${SRC} -- @cp -au ../config/ ${SRC} -+ @cp -Rp ../sources ${SRC} -+ @cp -Rp ../images ${SRC} -+ @cp -Rp ../config ${SRC} - uninstall-src: - @echo "--- Uninstalling libraries from ${SRC}." - @rm -rf ${SRC} -@@ -100,8 +102,8 @@ - @echo " Documentation is installed in ${DOC}." - @echo " The html manual starts at file:${DOC}/man/index.html." - @install -d ${DOC} -- @cp -au ../docu/* ${DOC} -- @cp -au ../man/ ${DOC} -+ @cp -Rp ../docu/* ${DOC} -+ @cp -Rp ../man/ ${DOC} - uninstall-doc: - @echo "--- Uninstalling documentation from ${DOC}." - @rm -rf ${DOC} |