diff options
Diffstat (limited to 'mail/reply-o-matic')
-rw-r--r-- | mail/reply-o-matic/Makefile | 21 | ||||
-rw-r--r-- | mail/reply-o-matic/distinfo | 2 | ||||
-rw-r--r-- | mail/reply-o-matic/files/patch-Makefile | 26 | ||||
-rw-r--r-- | mail/reply-o-matic/pkg-descr | 5 | ||||
-rw-r--r-- | mail/reply-o-matic/pkg-plist | 4 |
5 files changed, 0 insertions, 58 deletions
diff --git a/mail/reply-o-matic/Makefile b/mail/reply-o-matic/Makefile deleted file mode 100644 index 463c32cf0948..000000000000 --- a/mail/reply-o-matic/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: oz@nixil.net -# $FreeBSD$ - -PORTNAME= reply-o-matic -PORTVERSION= 1.5.0 -CATEGORIES= mail -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Highly configurable, secure, auto reply software - -MAN1= rom.1 - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} \ - -e 's|/etc/rom|${PREFIX}/etc/rom|g' \ - -e 's|/usr/sbin/rom|${PREFIX}/sbin/rom|g' \ - ${WRKSRC}/rom.h ${WRKSRC}/rom.1 - -.include <bsd.port.mk> diff --git a/mail/reply-o-matic/distinfo b/mail/reply-o-matic/distinfo deleted file mode 100644 index 033bc68af5dc..000000000000 --- a/mail/reply-o-matic/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (reply-o-matic-1.5.0.tar.gz) = ed0ab238363434c846fef9b41ccf8ab25a8cdee2aa32f7021a87d1cc64da3e2b -SIZE (reply-o-matic-1.5.0.tar.gz) = 28071 diff --git a/mail/reply-o-matic/files/patch-Makefile b/mail/reply-o-matic/files/patch-Makefile deleted file mode 100644 index 3069c0e2fb28..000000000000 --- a/mail/reply-o-matic/files/patch-Makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.orig Sun Aug 20 01:06:42 2006 -+++ Makefile Fri Sep 1 03:34:30 2006 -@@ -1,7 +1,7 @@ --INSTALL_PREFIX= --MAN1=/usr/share/man/man1/ -+INSTALL_PREFIX=${PREFIX} -+MAN1=/man/man1/ - --CFLAGS=-Wall -O2 -+#CFLAGS=-Wall -O2 - - all: main.o base64.o - $(CC) $(CFLAGS) -o rom main.o base64.o -@@ -9,10 +9,10 @@ - clean: - @rm -f rom *.o core - install: -- install -d -m 755 $(INSTALL_PREFIX)/usr/sbin -+ install -d -m 755 $(INSTALL_PREFIX)/sbin - install -d -m 755 $(INSTALL_PREFIX)/etc/rom - install -d -m 1755 $(INSTALL_PREFIX)/etc/rom/.rates -- install -m 755 rom $(INSTALL_PREFIX)/usr/sbin/ -+ install -m 755 rom $(INSTALL_PREFIX)/sbin/ - install -d -m 755 $(INSTALL_PREFIX)$(MAN1) - install -m 755 rom.1 $(INSTALL_PREFIX)$(MAN1) - diff --git a/mail/reply-o-matic/pkg-descr b/mail/reply-o-matic/pkg-descr deleted file mode 100644 index 842da11cc433..000000000000 --- a/mail/reply-o-matic/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Reply-o-Matic is a highly configureble, secure, auto reply software, to be -used in conjunction with any Mail Delivery/Transfer Agent or local delivery -agent. It provides an easy, uniformed way, to provide autoreplies to e-mails. - -WWW: http://reply-o-matic.sourceforge.net/ diff --git a/mail/reply-o-matic/pkg-plist b/mail/reply-o-matic/pkg-plist deleted file mode 100644 index 572741709ffb..000000000000 --- a/mail/reply-o-matic/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -sbin/rom -@exec mkdir -p %D/etc/rom/.rates -@dirrmtry etc/rom/.rates -@dirrmtry etc/rom |