diff options
Diffstat (limited to 'mail/mailmgr/Makefile')
-rw-r--r-- | mail/mailmgr/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/mailmgr/Makefile b/mail/mailmgr/Makefile index 7e37144b736a..9969c9f3b1d1 100644 --- a/mail/mailmgr/Makefile +++ b/mail/mailmgr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mailmgr -# Date created: 14 August 2003 -# Whom: Hsin-Hsiung Chang -# +# Created by: Hsin-Hsiung Chang # $FreeBSD$ -# PORTNAME= mailmgr PORTVERSION= 1.2.3 @@ -17,6 +13,7 @@ GNU_CONFIGURE= yes SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/mailmgr.conf ${PREFIX}/etc/mailmgr.conf.default .if !exists(${PREFIX}/etc/mailmgr.conf) |