forked from Lainports/freebsd-ports
* 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)
13 lines
372 B
Text
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
|