652967646e
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
10 lines
390 B
Text
10 lines
390 B
Text
--- docs/Makefile.orig 2014-04-24 10:47:20.378314784 -0700
|
|
+++ docs/Makefile 2014-04-24 10:48:30.004552476 -0700
|
|
@@ -20,7 +20,6 @@
|
|
$(CP) sms_client.man sms_client.$(MANEXT)
|
|
|
|
install: sms_client.$(MANEXT)
|
|
- $(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -d $(MANDIR)/man$(MANEXT)
|
|
$(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 644 sms_client.$(MANEXT) $(MANDIR)/man$(MANEXT)
|
|
|
|
uninstall:
|