diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /mail/reply-o-matic/Makefile | |
parent | ed087d4a054a21cc8ed53e4878392ce7aa857b54 (diff) |
Notes
Diffstat (limited to 'mail/reply-o-matic/Makefile')
-rw-r--r-- | mail/reply-o-matic/Makefile | 21 |
1 files changed, 0 insertions, 21 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> |