1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/wolfpack/files/patch-ac

15 lines
374 B
Plaintext
Raw Normal View History

--- src/doconfig/Makefile Wed Nov 18 10:12:40 1998
+++ src/doconfig/Makefile.orig Tue Oct 26 15:13:55 1999
@@ -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