summaryrefslogtreecommitdiffstats
path: root/comms/mgetty+sendfax/files/patch-g3_Makefile
blob: 59ad283eabf853ae02701b5602583aa0350480a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

$FreeBSD$

--- g3/Makefile.orig
+++ g3/Makefile
@@ -40,13 +40,13 @@
 # install programs
 #
 	for f in $(G3_PROGRAMS) ; do \
-		$(INSTALL) -s -m 755 $$f $(BINDIR) ; \
+		$(INSTALL) -s -m 755 $$f $(STAGEDIR)$(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
OpenPOWER on IntegriCloud