[123668] trunk/dports/comms/zssh

ryandesign at macports.org ryandesign at macports.org
Tue Aug 12 00:49:44 PDT 2014


Revision: 123668
          https://trac.macports.org/changeset/123668
Author:   ryandesign at macports.org
Date:     2014-08-12 00:49:44 -0700 (Tue, 12 Aug 2014)
Log Message:
-----------
zssh: fix the Makefile to make 'install' a phony target, rather than moving the INSTALL file

Modified Paths:
--------------
    trunk/dports/comms/zssh/Portfile

Added Paths:
-----------
    trunk/dports/comms/zssh/files/patch-Makefile.in.diff

Modified: trunk/dports/comms/zssh/Portfile
===================================================================
--- trunk/dports/comms/zssh/Portfile	2014-08-12 07:43:19 UTC (rev 123667)
+++ trunk/dports/comms/zssh/Portfile	2014-08-12 07:49:44 UTC (rev 123668)
@@ -27,16 +27,13 @@
 
 depends_lib             port:readline
 
-patchfiles              patch-completion.c.diff
+patchfiles              patch-completion.c.diff \
+                        patch-Makefile.in.diff
 
 configure.args          --mandir=${destroot}${prefix}/share/man
 
 use_parallel_build      yes
 
-pre-destroot {
-    move ${worksrcpath}/INSTALL ${worksrcpath}/INSTALL.txt
-}
-
 destroot.destdir        prefix=${destroot}${prefix}
 
 post-destroot {

Added: trunk/dports/comms/zssh/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/comms/zssh/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/comms/zssh/files/patch-Makefile.in.diff	2014-08-12 07:49:44 UTC (rev 123668)
@@ -0,0 +1,8 @@
+--- Makefile.in.orig	2003-09-22 21:18:54.000000000 -0500
++++ Makefile.in	2014-08-12 02:47:03.000000000 -0500
+@@ -153,3 +153,5 @@
+ 
+ $(OBJS) : $(INCL)
+ init.o : version.h
++
++.PHONY: install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140812/0c9af4cb/attachment-0001.html>


More information about the macports-changes mailing list