1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-26 23:20:30 -04:00
ports/comms/sms_client/files/patch-server-Makefile
John Marino 652967646e Revive comms/sms_client with stage support and a new maintainer
This port was removed August 2011 for lack of a public distfile.  It's
been cleaned up and the distfile has a new home.  Pass maintainership
to submitter.

PR:		188971
Submitted by:	Chris Hutchinson
2014-06-25 21:52:43 +00:00

9 lines
439 B
Text

--- src/server/Makefile.orig 2014-04-24 10:55:35.585792550 -0700
+++ src/server/Makefile 2014-04-24 10:56:14.807867981 -0700
@@ -19,7 +19,6 @@
all: ../../bin/smsd ../../bin/snppd
install: ../../bin/smsd ../../bin/snppd
- $(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -d $(BINDIR)
$(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -s ../../bin/smsd $(BINDIR)
$(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -s ../../bin/snppd $(BINDIR)