$OpenBSD: patch-g3_Makefile,v 1.1 2005/09/25 18:18:24 aanriot Exp $
--- g3/Makefile.orig	Sun Feb 27 20:02:16 2005
+++ g3/Makefile	Tue Jun 14 09:23:50 2005
@@ -40,13 +40,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
