freebsd-ports/textproc/chpp/files/patch-ab
Daniel Harris 5b2537ba2e Paraphrased from the PR: fixes MASTER_SITES, respects CC/CFLAGS, doesn't
install GPL COPYING, and adds a WWW line to pkg/DESCR.

PR:		19764
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-08 00:26:16 +00:00

24 lines
481 B
Text

--- Makefile.in.orig Tue Feb 9 23:02:50 1999
+++ Makefile.in Tue Jul 4 04:03:19 2000
@@ -471,10 +471,10 @@
gc/gc.a :
- ( cd gc ; make gc.a )
+ ( cd gc ; $(MAKE) gc.a )
dist-hook :
- ( cd gc ; make clean )
+ ( cd gc ; $(MAKE) clean )
cp -dR gc $(distdir)
rm -rf `find $(distdir)/gc -name CVS`
mkdir $(distdir)/test
@@ -484,7 +484,7 @@
rm -rf `find $(distdir)/test -name CVS`
clean-gc :
- ( cd gc ; make clean )
+ ( cd gc ; $(MAKE) clean )
clean : clean-gc