aboutsummaryrefslogtreecommitdiffstats
path: root/mail/popa3d
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2012-11-22 04:18:30 +0800
committergblach <gblach@FreeBSD.org>2012-11-22 04:18:30 +0800
commit0485b2abf03314a01abc3ccf539ff3dffb82cb46 (patch)
tree119a7a881ba2b0f60c3b2167f0ea0e313292193b /mail/popa3d
parent94e5dd36119913598589be4718c7c5e3a3d1b07e (diff)
downloadfreebsd-ports-gnome-0485b2abf03314a01abc3ccf539ff3dffb82cb46.tar.gz
freebsd-ports-gnome-0485b2abf03314a01abc3ccf539ff3dffb82cb46.tar.zst
freebsd-ports-gnome-0485b2abf03314a01abc3ccf539ff3dffb82cb46.zip
- Adopt port
- Trim Makefile header - Display pkg-message correctly Approved by: tabthorpe (mentor) Feature safe: yes
Diffstat (limited to 'mail/popa3d')
-rw-r--r--mail/popa3d/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile
index 563835e0505b..69efd1440d9a 100644
--- a/mail/popa3d/Makefile
+++ b/mail/popa3d/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: popa3d
-# Date created: Sun Feb 6 12:31:29 MSK 2000
-# Whom: Sergey Samoyloff <gonza@techline.ru>
-#
+# Created by: Sergey Samoyloff <gonza@techline.ru>
# $FreeBSD$
-#
PORTNAME= popa3d
PORTVERSION= 1.0.2
@@ -13,7 +9,7 @@ MASTER_SITES= http://www.openwall.com/popa3d/ \
ftp://ftp.openwall.com/pub/projects/popa3d/
PKGNAMESUFFIX?= ${SMTP_AFTER_POP3_SUFFIX}${STANDALONE_SUFFIX}${PKGNAMESUFFIX2}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= gblach@FreeBSD.org
COMMENT= Secure, performance, tiny POP3 daemon
ALL_TARGET= popa3d
@@ -103,8 +99,8 @@ do-install:
.endif
.endif
-.if ${PORT_OPTIONS:MSTANDALONE_POP3}
post-install:
+.if ! ${PORT_OPTIONS:MSTANDALONE_POP3}
@ ${CAT} ${PKGMESSAGE}
.endif