diff options
Diffstat (limited to 'mail/mbx2mbox/Makefile')
-rw-r--r-- | mail/mbx2mbox/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/mbx2mbox/Makefile b/mail/mbx2mbox/Makefile index b71e6816e62e..6734bb2aa9cb 100644 --- a/mail/mbx2mbox/Makefile +++ b/mail/mbx2mbox/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mbx2mbox -# Date created: 23 November 1998 -# Whom: Josh Gilliam <josh@quick.net> -# +# Created by: Josh Gilliam <josh@quick.net> # $FreeBSD$ -# PORTNAME= mbx2mbox PORTVERSION= 0.34 @@ -21,4 +17,5 @@ USE_PERL5= configure MAN1= mbx2mbox.1 +NO_STAGE= yes .include <bsd.port.mk> |