1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Fix stupid mistake. I swear it worked here.

This commit is contained in:
Daniel Harris 2001-04-28 01:40:26 +00:00
parent a9b7b4de14
commit f0d20428a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41983

View File

@ -6,8 +6,8 @@
install: whowatch
- $(INSTALL) -m 755 whowatch $(bindir)/whowatch
- $(INSTALL) -m 644 whowatch.1 $(mandir)/man1/whowatch.1
+ $(INSTALL_PROGRAM) whowatch $(bindir)/whowatch
+ $(INSTALL_MAN) whowatch.1 $(mandir)/man1/whowatch.1
+ $(BSD_INSTALL_PROGRAM) whowatch $(bindir)/whowatch
+ $(BSD_INSTALL_MAN) whowatch.1 $(mandir)/man1/whowatch.1
distclean:
make clean