diff options
author | tron <tron@pkgsrc.org> | 1999-05-07 19:35:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-07 19:35:27 +0000 |
commit | 49e322fffd4ac1b0fa7d722064cd71a7c65e75f8 (patch) | |
tree | 5a0a4f85ec970f948acad3e5ee0b2fede6d157d5 /comms | |
parent | 1d6a1c3647e7c21c71116d5655f02058f6339ea3 (diff) | |
download | pkgsrc-49e322fffd4ac1b0fa7d722064cd71a7c65e75f8.tar.gz |
Dont' clobber NetPBM's "g3topbm" with a symbolic link to "g32pbm".
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/patches/patch-ag | 12 | ||||
-rw-r--r-- | comms/mgetty+sendfax/pkg/PLIST | 3 |
2 files changed, 13 insertions, 2 deletions
diff --git a/comms/mgetty+sendfax/patches/patch-ag b/comms/mgetty+sendfax/patches/patch-ag new file mode 100644 index 00000000000..bde7696a3c0 --- /dev/null +++ b/comms/mgetty+sendfax/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1 1999/05/07 19:35:27 tron Exp $ + +--- g3/Makefile.orig Mon Feb 3 00:45:58 1997 ++++ g3/Makefile Fri May 7 21:29:43 1999 +@@ -42,5 +42,5 @@ + # + # 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 diff --git a/comms/mgetty+sendfax/pkg/PLIST b/comms/mgetty+sendfax/pkg/PLIST index 46680f8abd7..17b5f121c32 100644 --- a/comms/mgetty+sendfax/pkg/PLIST +++ b/comms/mgetty+sendfax/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1998/11/24 22:38:07 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 1999/05/07 19:35:28 tron Exp $ bin/autopvf bin/basictopvf bin/faxspool @@ -7,7 +7,6 @@ bin/faxrm bin/faxrunq bin/g3cat bin/g32pbm -bin/g3topbm bin/newslock bin/lintopvf bin/mg.echo |