freebsd-ports/games/wolfpack/files/patch-src::doconfig::Makefile
Joe Marcus Clarke 7720ae9358 * Update to 4.2.18 to fix a build problem with bind9 in the base system [1]
* Add an rc.d script and run as a separate user
* Fix MASTERDIR and pkg-descr URL

PR:		72484
		72469
Submitted by:	Daniel J. O'Connor <darius@dons.net.au> (maintainer)
Reported by:	pointyhat via kris [1]
Approved by:	portmgr (implicit)
2004-10-11 02:40:00 +00:00

13 lines
372 B
Text

--- src/doconfig/Makefile.orig Sat Dec 16 22:57:15 2000
+++ src/doconfig/Makefile Sat Dec 16 22:58:25 2000
@@ -53,7 +53,10 @@
@echo 'globalcflags = $(GLOBALCFLAGS)'
@echo 'globallflags = $(GLOBALLFLAGS)'
$(CC) $(GLOBALCFLAGS) $(DALL) doconfig.c -o doconfig $(GLOBALLFLAGS)
- ./doconfig
+ ./doconfig config
+
+install: doconfig
+ ./doconfig install
nt: ntdoconfig