summaryrefslogtreecommitdiff
path: root/editors/wily/files/patch-Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-06-09 16:17:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-06-09 16:17:37 +0000
commitf2fbd59d14dcf491754c4d89e3c43d7167ae2193 (patch)
treea5039e8490babeb724a6fff288a48135abf0db87 /editors/wily/files/patch-Makefile
parent-Add a missing dependency, rarian. (diff)
Xg has expired: no more public distfiles, and wily depends on it
editors/wily 2011-05-01 x11-fonts/Xg: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=275280
Diffstat (limited to 'editors/wily/files/patch-Makefile')
-rw-r--r--editors/wily/files/patch-Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/editors/wily/files/patch-Makefile b/editors/wily/files/patch-Makefile
deleted file mode 100644
index 31cc70af30b0..000000000000
--- a/editors/wily/files/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile.in.orig Sun Jan 19 08:44:47 2003
-+++ Makefile.in Sun Jan 19 08:49:06 2003
-@@ -2,9 +2,9 @@
- srcdir=@srcdir@
- VPATH=@srcdir@
-
--SUBDIRS=libXg libframe libmsg wily
-+SUBDIRS=libXg libframe libmsg wily tools/win
-
--all: wily/wily
-+all: wily/wily win
-
- wily/wily: libXg/libXg.a libframe/libframe.a libmsg/libmsg.a
- cd wily; $(MAKE) $(MFLAGS)
-@@ -14,9 +14,11 @@
- cd libframe; $(MAKE) $(MFLAGS) all
- libmsg/libmsg.a:
- cd libmsg; $(MAKE) $(MFLAGS) all
--
-+win:
-+ cd tools/win; $(MAKE) $(MFLAGS)
- install: all
- cd wily; $(MAKE) $(MFLAGS) install
-+ cd tools/win; $(MAKE) $(MFLAGS) install
- clean:
- for i in $(SUBDIRS); do \
- (cd $$i; $(MAKE) $(MFLAGS) $@); \