1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/comms/mgetty+sendfax/files/patch-ac
1998-01-26 10:14:48 +00:00

20 lines
572 B
Plaintext

--- voice/Makefile.orig Mon Dec 29 23:06:36 1997
+++ voice/Makefile Mon Dec 29 23:07:18 1997
@@ -89,11 +89,11 @@
done
$(INSTALL) -m 644 man/man1/zplay.1 $(MAN1DIR)
$(INSTALL) -m 644 man/man1/pvf.1 $(MAN1DIR)
- cd $(MAN1DIR); \
- for i in $(PVFTOOLS); \
- do \
- $(RM) -f $$i.1; $(LN) -s pvf.1 $$i.1; \
- done
+# cd $(MAN1DIR); \
+# for i in $(PVFTOOLS); \
+# do \
+# $(RM) -f $$i.1; $(LN) -s pvf.1 $$i.1; \
+# done
# [ -d $(VOICE_DIR) ] || mkdir $(VOICE_DIR)
# [ -d $(VOICE_DIR)/incoming ] || mkdir $(VOICE_DIR)/incoming
# chown 0 $(VOICE_DIR)/incoming