[26708] trunk/dports/sysutils/rpm/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 4 13:14:36 PDT 2007


Revision: 26708
          http://trac.macosforge.org/projects/macports/changeset/26708
Author:   afb at macports.org
Date:     2007-07-04 13:14:36 -0700 (Wed, 04 Jul 2007)

Log Message:
-----------
fix extra rpm in sysconfdir definition

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

Modified: trunk/dports/sysutils/rpm/Portfile
===================================================================
--- trunk/dports/sysutils/rpm/Portfile	2007-07-04 20:11:05 UTC (rev 26707)
+++ trunk/dports/sysutils/rpm/Portfile	2007-07-04 20:14:36 UTC (rev 26708)
@@ -37,7 +37,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 --sysconfdir=${prefix}/etc/rpm
+			--with-python=2.4 --sysconfdir=${prefix}/etc
 			# needed because it checks for sqlite3_open in sqlite lib...
 configure.env		ac_cv_lib_sqlite_sqlite3_open=yes
 

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


More information about the macports-changes mailing list