mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
493b3b9364
- Convert old style rc script to the new world order - Some other cleanups PR: ports/132611 Submitted by: Bapt <baptiste.daroussin at gmail.com>
12 lines
444 B
Plaintext
12 lines
444 B
Plaintext
--- servers/Makefile.orig 2009-03-16 22:51:20.000000000 +0800
|
|
+++ servers/Makefile 2009-03-16 22:51:25.000000000 +0800
|
|
@@ -98,8 +98,6 @@
|
|
-rm -f $(BIN) core *.o *.flc *~ \#*\#
|
|
|
|
install: all
|
|
- $(INSTALL) -o $(RO_USER) -g $(RO_GROUP) -m $(PUBLIC_DIR) -d \
|
|
- $(BROOT)$(BIN_DIR)
|
|
$(INSTALL) -o $(RO_USER) -g $(RO_GROUP) -m $(PUBLIC_EXEC) \
|
|
prayer $(BROOT)$(BIN_DIR)
|
|
$(INSTALL) -o $(RO_USER) -g $(RO_GROUP) -m $(PUBLIC_EXEC) \
|