[101226] trunk/dports/devel/indent/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 6 07:46:11 PST 2013


Revision: 101226
          https://trac.macports.org/changeset/101226
Author:   ryandesign at macports.org
Date:     2013-01-06 07:46:11 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
ident: remove duplicate specification of patchfiles

Modified Paths:
--------------
    trunk/dports/devel/indent/Portfile

Modified: trunk/dports/devel/indent/Portfile
===================================================================
--- trunk/dports/devel/indent/Portfile	2013-01-06 14:38:40 UTC (rev 101225)
+++ trunk/dports/devel/indent/Portfile	2013-01-06 15:46:11 UTC (rev 101226)
@@ -23,16 +23,16 @@
 
 depends_build   port:gperf
 depends_lib     port:gettext port:libiconv
-patchfiles      patch-man__Makefile.am \
-                patch-man__texinfo2man.c \
-                patch-src__output.c
 
 post-extract {
     file delete ${worksrcpath}/src/gperf.c
     file delete ${worksrcpath}/src/gperf-cc.c
 }
 
-patchfiles      automake.patch patch-man__Makefile.am  patch-man__texinfo2man.c  patch-src__output.c
+patchfiles      automake.patch \
+                patch-man__Makefile.am \
+                patch-man__texinfo2man.c \
+                patch-src__output.c
 
 use_autoreconf  yes
 autoreconf.args -fvi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/4dfee3f5/attachment.html>


More information about the macports-changes mailing list