diff options
Diffstat (limited to 'mail/pop3gwd/Makefile')
-rw-r--r-- | mail/pop3gwd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/pop3gwd/Makefile b/mail/pop3gwd/Makefile index f1ee2979a633..2b3e427b0025 100644 --- a/mail/pop3gwd/Makefile +++ b/mail/pop3gwd/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: pop3gwd -# Date created: 19 October 2000 -# Whom: jonny@jonny.eng.br -# -# $OpenBSD: Makefile,v 1.9 2000/10/23 16:08:13 espie Exp $ +# Created by: jonny@jonny.eng.br # $FreeBSD$ -# PORTNAME= pop3gwd PORTVERSION= 1.2 @@ -16,4 +11,5 @@ COMMENT= App-level proxy for Mail retrieval behind Firewalls WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes .include <bsd.port.mk> |