mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
18 lines
452 B
Plaintext
18 lines
452 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- Makefile.in.orig Fri Sep 28 12:30:28 2001
|
|
+++ Makefile.in Fri Sep 28 12:37:31 2001
|
|
@@ -141,9 +141,9 @@
|
|
gnomelocaledir = @gnomelocaledir@
|
|
l = @l@
|
|
|
|
-SUBDIRS = gal po intl tests docs art
|
|
+SUBDIRS = gal po intl docs art
|
|
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = galConf.sh
|
|
|
|
EXTRA_DIST = gal.spec.in galConf.sh.in MAINTAINERS AUTHORS xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in
|