[45548] trunk/dports/graphics/exiftags/Portfile

jmr at macports.org jmr at macports.org
Sat Jan 17 07:51:30 PST 2009


Revision: 45548
          http://trac.macports.org/changeset/45548
Author:   jmr at macports.org
Date:     2009-01-17 07:51:29 -0800 (Sat, 17 Jan 2009)
Log Message:
-----------
exiftags: nomaintainer by request of former maintainer; remove use of cd (#18059)

Modified Paths:
--------------
    trunk/dports/graphics/exiftags/Portfile

Modified: trunk/dports/graphics/exiftags/Portfile
===================================================================
--- trunk/dports/graphics/exiftags/Portfile	2009-01-17 15:32:47 UTC (rev 45547)
+++ trunk/dports/graphics/exiftags/Portfile	2009-01-17 15:51:29 UTC (rev 45548)
@@ -4,7 +4,7 @@
 name		exiftags
 version		1.00 
 categories	graphics
-maintainers	pkern at debian.org
+maintainers	nomaintainer
 description	Utility spits out Exif tags from a digital camera JPEG file
 long_description	\
 	The exiftags utility parses a specified JPEG file or, by 	\
@@ -22,11 +22,10 @@
 checksums	md5 5dedd2336914f5a7c6ed3289cb7a3b1b
 use_configure	no
 destroot {
-	cd ${worksrcpath}
-        xinstall exiftags ${destroot}${prefix}/bin
-        xinstall exifcom ${destroot}${prefix}/bin
-        xinstall exiftime ${destroot}${prefix}/bin
-        xinstall exiftags.1 ${destroot}${prefix}/share/man/man1
-        xinstall exifcom.1 ${destroot}${prefix}/share/man/man1
-        xinstall exiftime.1 ${destroot}${prefix}/share/man/man1
+        xinstall ${worksrcpath}/exiftags ${destroot}${prefix}/bin
+        xinstall ${worksrcpath}/exifcom ${destroot}${prefix}/bin
+        xinstall ${worksrcpath}/exiftime ${destroot}${prefix}/bin
+        xinstall ${worksrcpath}/exiftags.1 ${destroot}${prefix}/share/man/man1
+        xinstall ${worksrcpath}/exifcom.1 ${destroot}${prefix}/share/man/man1
+        xinstall ${worksrcpath}/exiftime.1 ${destroot}${prefix}/share/man/man1
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090117/7f7ebd37/attachment.html>


More information about the macports-changes mailing list