diff options
Diffstat (limited to 'mail/rftp')
-rw-r--r-- | mail/rftp/Makefile | 22 | ||||
-rw-r--r-- | mail/rftp/distinfo | 2 | ||||
-rw-r--r-- | mail/rftp/files/patch-Makefile | 23 | ||||
-rw-r--r-- | mail/rftp/pkg-descr | 10 | ||||
-rw-r--r-- | mail/rftp/pkg-plist | 4 |
5 files changed, 0 insertions, 61 deletions
diff --git a/mail/rftp/Makefile b/mail/rftp/Makefile deleted file mode 100644 index 5aabf41fd0b5..000000000000 --- a/mail/rftp/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: kline -# $FreeBSD$ - -PORTNAME= rftp -PORTVERSION= 1.2 -CATEGORIES= mail -MASTER_SITES= http://muuz.deadbbs.com/FreeBSD/rftp/ - -MAINTAINER= kline@thought.org -COMMENT= Automatically reconstruct ftpmail- or bitftp-retrieved files - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rftp ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/uucat ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/rftp.1 ${STAGEDIR}${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/uucat.1 ${STAGEDIR}${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/mail/rftp/distinfo b/mail/rftp/distinfo deleted file mode 100644 index 15b640d6ba12..000000000000 --- a/mail/rftp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rftp-1.2.tar.gz) = 2fb128aad3800fed80f73e9463433820b6c575dadf83e6acd4b9b0867207407d -SIZE (rftp-1.2.tar.gz) = 32110 diff --git a/mail/rftp/files/patch-Makefile b/mail/rftp/files/patch-Makefile deleted file mode 100644 index 30d18068fb8d..000000000000 --- a/mail/rftp/files/patch-Makefile +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig Tue May 5 03:19:39 1998 -+++ Makefile Tue May 5 11:00:09 1998 -@@ -5,16 +5,16 @@ - ## - - ## Edit appropriately. --CC = gcc --CFLAGS = -O -+#CC = gcc -+#CFLAGS = -O - - ## Where executables should be put. - #DESTDIR = /home/archives/bin --DESTDIR = /usr/local/bin -+DESTDIR = $(PREFIX)/bin - - ## The manpage for "foo" goes in $(MANDIR)/foo.$1 - #MANDIR = /home/archives/man/cat1 --MANDIR = /usr/local/man/cat1 -+MANDIR = $(PREFIX)/man/man1 - - ## - ## END OF CONFIGURATION SECTION diff --git a/mail/rftp/pkg-descr b/mail/rftp/pkg-descr deleted file mode 100644 index b7b5a85d97eb..000000000000 --- a/mail/rftp/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ - This program is for any user who retrieves ftp files via - ftpmail or bitftp servers. It runs quietly in the background - and watches the user's mail directory. When the mail- - retrieved file has arrived in full, rftp puts the pieces - together in order and stores the tarball in a directory. - - I wrote this several years ago when my only link to the - Arpanet was a uucp link. These days, most FreeBSD users - have a direct link to the net. For the dozens or hundreds - who don't this should be of use. diff --git a/mail/rftp/pkg-plist b/mail/rftp/pkg-plist deleted file mode 100644 index f9058351362b..000000000000 --- a/mail/rftp/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/rftp -bin/uucat -man/man1/rftp.1.gz -man/man1/uucat.1.gz |