[59883] trunk/dports/sysutils/rpm-devel/files/patch-macros.in

afb at macports.org afb at macports.org
Sun Oct 25 03:22:20 PDT 2009


Revision: 59883
          http://trac.macports.org/changeset/59883
Author:   afb at macports.org
Date:     2009-10-25 03:22:17 -0700 (Sun, 25 Oct 2009)
Log Message:
-----------
fix failing bitrotted patch (#22220)

Modified Paths:
--------------
    trunk/dports/sysutils/rpm-devel/files/patch-macros.in

Modified: trunk/dports/sysutils/rpm-devel/files/patch-macros.in
===================================================================
--- trunk/dports/sysutils/rpm-devel/files/patch-macros.in	2009-10-25 07:56:05 UTC (rev 59882)
+++ trunk/dports/sysutils/rpm-devel/files/patch-macros.in	2009-10-25 10:22:17 UTC (rev 59883)
@@ -67,9 +67,9 @@
  %_includedir		%{_prefix}/include
 -%_oldincludedir		/usr/include
 +%_oldincludedir		@prefix@/include
- %_infodir		%{_prefix}/info
- %_mandir		%{_prefix}/man
- %_localedir		%{_datadir}/locale
+ %_infodir		%{_datarootdir}/info
+ %_mandir		%{_datarootdir}/man
+ %_localedir		%{_datarootdir}/locale
 @@ -1617,7 +1617,7 @@
  # Note: Used iff _use_internal_dependency_generator is non-zero. The
  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091025/5e4c912e/attachment.html>


More information about the macports-changes mailing list