[24313] trunk/dports/sysutils/sysvbanner/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 21 06:35:18 PDT 2007


Revision: 24313
          http://trac.macosforge.org/projects/macports/changeset/24313
Author:   pmq at macports.org
Date:     2007-04-21 06:35:18 -0700 (Sat, 21 Apr 2007)

Log Message:
-----------
Cleanup, no changes.

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

Modified: trunk/dports/sysutils/sysvbanner/Portfile
===================================================================
--- trunk/dports/sysutils/sysvbanner/Portfile	2007-04-21 13:31:57 UTC (rev 24312)
+++ trunk/dports/sysutils/sysvbanner/Portfile	2007-04-21 13:35:18 UTC (rev 24313)
@@ -7,6 +7,7 @@
 categories          sysutils textproc
 platforms	    darwin
 maintainers	    pmq at macports.org
+
 description         System V banner clone
 long_description    \
     Displays a banner text the same way as the System V banner does: horizontally.
@@ -19,15 +20,14 @@
 
 set diff_file	    patch-sysvbanner.diff
 extract.post_args   > ${diff_file}
-use_configure	    no
 patch {
 		    system "cd work && patch -p0 < ${diff_file}"
 }
+use_configure	    no
 build.target	    banner
 
 destroot {
-		    xinstall -W ${worksrcpath} -m 755 banner \
-		    	     ${destroot}/${prefix}/bin/${name}
-		    xinstall -W ${worksrcpath} -m 644 banner.1 \
-		    	     ${destroot}/${prefix}/share/man/man1/${name}.1
+    xinstall -W ${worksrcpath} -m 755 banner ${destroot}/${prefix}/bin/${name}
+    xinstall -W ${worksrcpath} -m 644 banner.1 \
+        ${destroot}/${prefix}/share/man/man1/${name}.1
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070421/84d82b05/attachment.html


More information about the macports-changes mailing list