[137334] trunk/dports/sysutils/vcsh

nottwo at macports.org nottwo at macports.org
Tue Jun 9 06:35:55 PDT 2015


Revision: 137334
          https://trac.macports.org/changeset/137334
Author:   nottwo at macports.org
Date:     2015-06-09 06:35:55 -0700 (Tue, 09 Jun 2015)
Log Message:
-----------
vcsh: Disable tests in all: make target

Modified Paths:
--------------
    trunk/dports/sysutils/vcsh/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/vcsh/files/
    trunk/dports/sysutils/vcsh/files/patch-Makefile.diff

Modified: trunk/dports/sysutils/vcsh/Portfile
===================================================================
--- trunk/dports/sysutils/vcsh/Portfile	2015-06-09 13:34:33 UTC (rev 137333)
+++ trunk/dports/sysutils/vcsh/Portfile	2015-06-09 13:35:55 UTC (rev 137334)
@@ -30,5 +30,7 @@
 
 use_configure       no
 
+patchfiles          patch-Makefile.diff
+
 destroot.post_args-append   RONN=${prefix}/bin/ronn-1.9 \
                             PREFIX=${prefix}

Added: trunk/dports/sysutils/vcsh/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/vcsh/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/sysutils/vcsh/files/patch-Makefile.diff	2015-06-09 13:35:55 UTC (rev 137334)
@@ -0,0 +1,14 @@
+--- Makefile.orig	2015-06-09 09:30:28.000000000 -0400
++++ Makefile	2015-06-09 09:30:58.000000000 -0400
+@@ -8,9 +8,9 @@
+ manpages=$(self).1
+ all=test
+ 
+-all: $(all)
++all:
+ 
+-install: all
++install:
+ 	install -d $(DESTDIR)$(PREFIX)/bin
+ 	install -m 0755 $(self) $(DESTDIR)$(PREFIX)/bin
+ 	install -d $(DESTDIR)$(PREFIX)/share/man/man1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150609/95a34501/attachment.html>


More information about the macports-changes mailing list