freebsd-ports/comms/sms_client/files/patch-docs-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

11 lines
390 B
Plaintext

--- 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: