openbsd-ports/comms/mgetty+sendfax/patches/patch-g3_Makefile
2007-06-15 11:30:38 +00:00

21 lines
559 B
Plaintext
Executable File

$OpenBSD: patch-g3_Makefile,v 1.2 2007/06/15 11:30:38 ajacoutot Exp $
--- g3/Makefile.orig Wed Feb 22 18:25:34 2006
+++ g3/Makefile Fri Jun 15 11:26:20 2007
@@ -37,13 +37,13 @@ install: all
# install programs
#
for f in $(G3_PROGRAMS) ; do \
- $(INSTALL) -s -m 755 $$f $(BINDIR) ; \
+ $(BSD_INSTALL_PROGRAM) $$f $(BINDIR) ; \
done
#
# make symlink for "g3topbm" (so third-party fax viewers won't fail)
#
- -cd $(BINDIR) ; \
- test -x g3topbm || ln -s g32pbm g3topbm
+# -cd $(BINDIR) ; \
+# test -x g3topbm || ln -s g32pbm g3topbm
# test suite