blob: c87a4ec5e68f4474d8d6896b5e36c69d2ec82467 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
$FreeBSD: /tmp/pcvs/ports/misc/mc/files/Attic/patch-af,v 1.18 2002-08-05 21:26:26 fjoe Exp $
--- Makefile.in.orig Fri Aug 24 11:05:06 2001
+++ Makefile.in Tue Sep 11 18:25:56 2001
@@ -155,8 +155,8 @@
smbfs = @smbfs@
undelfs_o = @undelfs_o@
-SUBDIRS = intl po vfs slang edit src lib doc syntax pc \
- gtkedit gnome new_icons idl doc-gnome
+SUBDIRS = intl po vfs edit src lib doc syntax pc \
+ gtkedit gnome new_icons idl
ACLOCAL_AMFLAGS = -I macros
@@ -181,7 +181,7 @@
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = Make.common mc.spec gnome/Makefile gnome/mc.keys.in \
src/Makefile slang/Makefile edit/Makefile gtkedit/Makefile \
- mcfn_install intl/Makefile
+ intl/Makefile
DIST_SOURCES =
DATA = $(noinst_DATA)
|