mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
23 lines
501 B
Text
23 lines
501 B
Text
|
|
$FreeBSD$
|
|
|
|
--- Makefile.in.orig Thu Jan 31 03:44:13 2002
|
|
+++ Makefile.in Thu Feb 14 11:53:48 2002
|
|
@@ -34,7 +34,7 @@
|
|
includedir = @includedir@
|
|
oldincludedir = /usr/include
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
-pkglibdir = $(libdir)/@PACKAGE@
|
|
+pkglibdir = $(prefix)/libdata/pkgconfig
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = .
|
|
|
|
@@ -100,7 +100,7 @@
|
|
am__quote = @am__quote@
|
|
install_sh = @install_sh@
|
|
|
|
-SUBDIRS = glade doc tests
|
|
+SUBDIRS = glade doc
|
|
|
|
INCLUDES = $(LIBGLADE_CFLAGS)
|
|
|