freebsd-ports/comms/ncid/files/patch-scripts_Makefile
Pav Lucistnik cacf09cf21 NCID is a network based Caller ID package that contains a server to obtain the
CID information from a modem, and a client to display the CID information on a
computer, TiVo, text pager, or cell phone. Multiple clients are permitted.

PR:		ports/81954
Submitted by:	David <david@freshports.org>
2005-06-06 22:44:54 +00:00

18 lines
419 B
Plaintext

*** scripts/Makefile.ori Mon Jun 6 16:05:09 2005
--- scripts/Makefile Mon Jun 6 16:05:29 2005
***************
*** 21,32 ****
@if test ! -d $(SHARE); then mkdir $(SHARE); fi
install -m 755 $(SCRIPTS) $(SHARE)
install -m 644 README $(SHARE)/.
- touch install-script
install-man: $(MAN)
cd $(MAN1); rm -f $(MANSRC)
install -m 644 $(MANSRC) $(MAN1)
- touch install-man
clean:
--- 21,30 ----