[28611] trunk/dports/sysutils/rpm-devel/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 4 13:19:06 PDT 2007


Revision: 28611
          http://trac.macosforge.org/projects/macports/changeset/28611
Author:   afb at macports.org
Date:     2007-09-04 13:19:04 -0700 (Tue, 04 Sep 2007)

Log Message:
-----------
remove %{_topdir}/TR

Modified Paths:
--------------
    trunk/dports/sysutils/rpm-devel/Portfile

Modified: trunk/dports/sysutils/rpm-devel/Portfile
===================================================================
--- trunk/dports/sysutils/rpm-devel/Portfile	2007-09-04 19:35:46 UTC (rev 28610)
+++ trunk/dports/sysutils/rpm-devel/Portfile	2007-09-04 20:19:04 UTC (rev 28611)
@@ -63,7 +63,7 @@
 configure.args		--disable-nls --without-javaglue --without-included-gettext \
 			--with-libintl-prefix=${prefix} --with-libiconv-prefix=${prefix} \
 			--mandir=${prefix}/share/man --infodir=${prefix}/share/info \
-			--with-python=2.4 --with-perl=5.8.8 --without-apidocs \
+			--with-python=2.4 --with-perl --without-apidocs \
 			--sysconfdir=${prefix}/etc
 
 ### CVS config
@@ -75,6 +75,7 @@
 post-destroot {
 	# MacPorts specific changes
 	reinplace "s;%{_usr}/src/rpm;%{_usr}/src/macports;" ${destroot}${prefix}/lib/rpm/macros
+	reinplace "s;%{_topdir}/TR;%{_var}/spool/repackage;" ${destroot}${prefix}/lib/rpm/macros
 
 	xinstall -d -m 755 ${prefix}/etc/rpm
 
@@ -89,8 +90,7 @@
 			  ${destroot}${prefix}/src/macports/RPMS\
 			  ${destroot}${prefix}/src/macports/SOURCES\
 			  ${destroot}${prefix}/src/macports/SPECS\
-			  ${destroot}${prefix}/src/macports/SRPMS\
-			  ${destroot}${prefix}/src/macports/TR
+			  ${destroot}${prefix}/src/macports/SRPMS
 }
 
 platform darwin {

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


More information about the macports-changes mailing list