diff options
Diffstat (limited to 'mail/movemail/Makefile')
-rw-r--r-- | mail/movemail/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/movemail/Makefile b/mail/movemail/Makefile index d5645ce3e098..a0b4ea668826 100644 --- a/mail/movemail/Makefile +++ b/mail/movemail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: movemail -# Date created: 1997/09/09 -# Whom: wosch -# +# Created by: wosch # $FreeBSD$ -# PORTNAME= movemail PORTVERSION= 1.0 @@ -18,4 +14,5 @@ MAN1= movemail.1 MANCOMPRESSED= maybe PLIST_FILES= bin/movemail +NO_STAGE= yes .include <bsd.port.mk> |