[29016] trunk/dports/devel/libcipher/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 13 00:34:09 PDT 2007


Revision: 29016
          http://trac.macosforge.org/projects/macports/changeset/29016
Author:   nox at macports.org
Date:     2007-09-13 00:34:05 -0700 (Thu, 13 Sep 2007)

Log Message:
-----------
libcipher: Whitespace changes.

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

Modified: trunk/dports/devel/libcipher/Portfile
===================================================================
--- trunk/dports/devel/libcipher/Portfile	2007-09-13 07:18:37 UTC (rev 29015)
+++ trunk/dports/devel/libcipher/Portfile	2007-09-13 07:34:05 UTC (rev 29016)
@@ -1,25 +1,35 @@
 # $Id$
 
-PortSystem 1.0
-name		libcipher
-version		4.7-RELEASE
-categories	devel
-maintainers	nomaintainer at macports.org
-description	Cipher routines from FreeBSD
+PortSystem      1.0
+name            libcipher
+version         4.7-RELEASE
+categories      devel
+platforms       darwin
+maintainers     nomaintainer
+description     Cipher routines from FreeBSD
+
 #homepage
-platforms	darwin
-use_bzip2	yes
 master_sites	opendarwin
-checksums	md5 e322740002fc69c1e4e390ba461835d2
-build.type	bsd
-worksrcdir	${name}
-use_configure	no
-patchfiles	patch-Makefile
-build.env	LDADD=-install_name\\ ${prefix}/lib/libcipher.1.dylib
+use_bzip2       yes
 
-destroot	{ cd ${worksrcpath}
-		  xinstall -m 755 -d ${destroot}${prefix}/lib
-		  xinstall -m 755 -c libcipher.1.dylib \
-		    ${destroot}${prefix}/lib
-		  system "ln -sf libcipher.1.dylib \
-		    ${destroot}${prefix}/lib/libcipher.dylib" }
+checksums       md5 e322740002fc69c1e4e390ba461835d2
+
+patchfiles      patch-Makefile
+
+worksrcdir      ${name}
+
+use_configure   no
+
+build.type      bsd
+build.env       LDADD=-install_name\\ ${prefix}/lib/libcipher.1.dylib
+
+destroot {
+    cd ${worksrcpath}
+
+    xinstall -m 755 -d ${destroot}${prefix}/lib
+    xinstall -m 755 -c libcipher.1.dylib \
+        ${destroot}${prefix}/lib
+    system "ln -sf libcipher.1.dylib \
+        ${destroot}${prefix}/lib/libcipher.dylib"
+}
+

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


More information about the macports-changes mailing list