8391c5a492
and was being compensated for by a post-install target. Fix the underlying problem, bumping PORTREVISION.
14 lines
407 B
Text
14 lines
407 B
Text
--- Makefile.in.orig Sun Dec 23 16:53:53 2001
|
|
+++ Makefile.in Fri Feb 8 12:44:30 2002
|
|
@@ -151,3 +151,3 @@
|
|
|
|
-SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs
|
|
+SUBDIRS = . m4macros glib gobject gmodule gthread build po docs
|
|
|
|
@@ -192,4 +192,4 @@
|
|
|
|
-
|
|
-configexecincludedir = $(libdir)/glib-2.0/include
|
|
+glibincludedir = $(includedir)/glib-2.0
|
|
+configexecincludedir = $(glibincludedir)
|
|
|