diff options
Diffstat (limited to 'comms/viewfax/Makefile')
-rw-r--r-- | comms/viewfax/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile index 171b98910239..8047df46910b 100644 --- a/comms/viewfax/Makefile +++ b/comms/viewfax/Makefile @@ -1,9 +1,5 @@ -DISTFILES= 1587.Z 1588.Z 1589.Z -MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/ -DISTNAME= g3view -EXTRACT_CMD= (cd ${WRKDIR}; gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh) -EXTRACT_ARGS= < -NO_WRKSUBDIR= YES +DISTNAME= g3view-1.8 +MASTER_SITES= ftp://ftp.leo.org//pub/comp/networking/communication/modem/mgetty/ pre-install: @mkdir -p ${PREFIX}/bin |