1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/news/nntpbtr/files/patch-ab

14 lines
239 B
Plaintext
Raw Normal View History

--- Makefile 1994/11/25 15:09:23 1.1
+++ Makefile 1996/07/02 05:37:31
@@ -32,3 +32,10 @@
clean:
rm -f *.o nntpbtr
+
+all: nntpbtr
+
+install:
+ install -c -m555 nntpbtr ${PREFIX}/sbin
+ install -c -m555 nntpbtr.1 ${PREFIX}/man/man1
+