1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/games/wolfpack/files/patch-ah
Chris D. Faulhaber 3263364474 Update port to 4.2.8
PR:		23605
Submitted by:	Maintainer
2000-12-19 01:17:36 +00:00

14 lines
372 B
Plaintext

--- 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