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