1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/sigrot/files/patch-aa

20 lines
372 B
Plaintext
Raw Normal View History

--- Makefile.orig Wed Mar 4 13:40:36 1998
+++ Makefile Wed Mar 4 15:55:25 1998
@@ -1,6 +1,6 @@
-DEST = /usr/local/bin
+DEST = ${PREFIX}/bin
-MANDEST = /usr/man/man1
+MANDEST = ${PREFIX}/man/man1
MANFILE = sigrot.1
@@ -18,7 +18,6 @@
$(PROGRAM): $(LIBS)
@$(LD) $(SRCS) -o $(PROGRAM)
- @echo "done"
clean:; @rm -f core