1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/sigrot/files/patch-aa
Steve Price a126d93505 Utility to rotate your mail/news signature.
PR:		5917
Submitted by:	Marijn Meijles <marijn@stack.nl>
1998-03-15 20:26:07 +00:00

20 lines
372 B
Plaintext

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