diff options
Diffstat (limited to 'mail/pop3proxy/Makefile')
-rw-r--r-- | mail/pop3proxy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/pop3proxy/Makefile b/mail/pop3proxy/Makefile index 0e04d935a9c2..1985a187d27a 100644 --- a/mail/pop3proxy/Makefile +++ b/mail/pop3proxy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pop3proxy -# Date created: 11.05.04 -# Whom: Martin Blapp -# +# Created by: Martin Blapp # $FreeBSD$ -# PORTNAME= pop3proxy PORTVERSION= 1.2 @@ -21,6 +17,7 @@ USE_RC_SUBR= pop3proxyd SAMPLE_EXT= sample +NO_STAGE= yes post-install: if [ ! -f ${PREFIX}/etc/pop3proxyd.conf ]; then \ ${INSTALL} -c ${WRKSRC}/pop3proxyd.conf ${PREFIX}/etc/pop3proxyd.conf ; \ |