aboutsummaryrefslogtreecommitdiffstats
path: root/net/papaya/files/patch-Makefile.in
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-12-19 17:46:11 +0800
committerpetef <petef@FreeBSD.org>2001-12-19 17:46:11 +0800
commit0c5db2e7d201650095edf6df79f56dcf61a4a3e5 (patch)
tree213ca439529351e24fb05a661f52eb73ba10158b /net/papaya/files/patch-Makefile.in
parentfb9f3e3e294b9049bbdabed67b98be22a412e866 (diff)
downloadfreebsd-ports-gnome-0c5db2e7d201650095edf6df79f56dcf61a4a3e5.tar.gz
freebsd-ports-gnome-0c5db2e7d201650095edf6df79f56dcf61a4a3e5.tar.zst
freebsd-ports-gnome-0c5db2e7d201650095edf6df79f56dcf61a4a3e5.zip
Add papaya 0.90, graphical GTK mud client with plugin support.
PR: 32956 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net/papaya/files/patch-Makefile.in')
-rw-r--r--net/papaya/files/patch-Makefile.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/papaya/files/patch-Makefile.in b/net/papaya/files/patch-Makefile.in
new file mode 100644
index 000000000000..1e885b4400dd
--- /dev/null
+++ b/net/papaya/files/patch-Makefile.in
@@ -0,0 +1,25 @@
+$FreeBSD$
+
+--- Makefile.in.orig Mon Dec 17 22:13:42 2001
++++ Makefile.in Mon Dec 17 22:14:04 2001
+@@ -6,17 +6,17 @@
+
+ all:
+ for subdir in $(SUBDIRS); do \
+- make -C $$subdir; \
++ ${MAKE} -C $$subdir; \
+ done
+
+ clean:
+ for subdir in $(SUBDIRS); do \
+- make -C $$subdir clean; \
++ ${MAKE} -C $$subdir clean; \
+ done
+
+ install:
+ for subdir in $(SUBDIRS); do \
+- make -C $$subdir install; \
++ ${MAKE} -C $$subdir install; \
+ done
+
+ dist: Makefile