mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
--- ./src/queue/Makefile.orig Sun Oct 27 16:16:10 2002
|
|
+++ ./src/queue/Makefile Sun Oct 27 16:16:16 2002
|
|
@@ -35,7 +35,6 @@
|
|
all: ../../bin/sms_queue
|
|
|
|
install: ../../bin/sms_queue
|
|
- $(INSTALL) -m 755 -d $(BINDIR)
|
|
$(INSTALL) -s -o $(SMSUSER) -g $(SMSGROUP) -m 755 ../../bin/sms_queue $(BINDIR)
|
|
|
|
uninstall:
|