mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
22 lines
820 B
Text
22 lines
820 B
Text
--- Makefile.in.orig Sun Oct 30 22:07:39 2005
|
|
+++ Makefile.in Tue Nov 1 22:58:26 2005
|
|
@@ -75,7 +75,7 @@
|
|
uninstall-recursive
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
-DIST_SUBDIRS = intl icons m4 po src tables skim
|
|
+DIST_SUBDIRS = intl icons m4 po src skim
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
top_distdir = $(distdir)
|
|
@@ -259,8 +259,8 @@
|
|
|
|
EXTRA_DIST = config.rpath mkinstalldirs bootstrap scim-tables.spec
|
|
AUTOMAKE_OPTIONS = gnu
|
|
-@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR = skim
|
|
-SUBDIRS = intl icons m4 po src tables $(SKIM_SUBDIR)
|
|
+@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR =
|
|
+SUBDIRS = intl icons m4 po src $(SKIM_SUBDIR)
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure $(AUX_DIST)
|
|
CLEANFILES = *.bak
|
|
ACLOCAL_AMFLAGS = -I m4
|