mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
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
9 lines
439 B
Text
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)
|