diff options
author | pav <pav@FreeBSD.org> | 2005-07-06 20:04:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-06 20:04:49 +0800 |
commit | 2114128d8cfa63001e97c3deb6b1a76926248881 (patch) | |
tree | b6975c2afd644b53f09839786a28ffd8483d8d7b /comms/zmtx-zmrx/Makefile | |
parent | b84990defdf9bcfc8f01dcd6060c1e10d3e1b98d (diff) | |
download | freebsd-ports-gnome-2114128d8cfa63001e97c3deb6b1a76926248881.tar.gz freebsd-ports-gnome-2114128d8cfa63001e97c3deb6b1a76926248881.tar.zst freebsd-ports-gnome-2114128d8cfa63001e97c3deb6b1a76926248881.zip |
- New mastersite with repackaged distfile
- Take maintainership
PR: ports/82955
Submitted by: delphij
Diffstat (limited to 'comms/zmtx-zmrx/Makefile')
-rw-r--r-- | comms/zmtx-zmrx/Makefile | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/comms/zmtx-zmrx/Makefile b/comms/zmtx-zmrx/Makefile index a2db30b5dc14..bd6cae693cda 100644 --- a/comms/zmtx-zmrx/Makefile +++ b/comms/zmtx-zmrx/Makefile @@ -9,25 +9,12 @@ PORTNAME= zmtx-zmrx PORTVERSION= 1.02 CATEGORIES= comms -# previous mastersites disappeared in May 2003. See, perhaps, -# cvs.synchro.net/cgi-bin/viewcvs/src/stp, as a possible followon -# project. -MASTER_SITES= # ftp://ftp.inria.fr/network/modem/ -# see also comp.unix.sources for version 1.0 -# ftp://ftp.lth.se/pub/usenet/comp.sources.unix/volume28/zm/part01.gz -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .shar.gz +MASTER_SITES= ftp://ftp.netsw.org/net/modem/protocols/zmodem/zmtx-zmrx/ -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-07-31 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= delphij@FreeBSD.org COMMENT= Receive/Send files via ZMODEM protocol. (unrestrictive) -EXTRACT_CMD= zcat -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= |sh -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile MAN1= zmrx.1 zmtx.1 PLIST_FILES= bin/zmrx bin/zmtx @@ -40,7 +27,7 @@ do-install: post-install: @${ECHO_MSG} "" - @/usr/bin/more ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} @${ECHO_MSG} "" .include <bsd.port.mk> |