Date: Wed, 21 Nov 2012 20:18:30 +0000 (UTC) From: Grzegorz Blach <gblach@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307623 - head/mail/popa3d Message-ID: <201211212018.qALKIUXM023672@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gblach Date: Wed Nov 21 20:18:30 2012 New Revision: 307623 URL: http://svnweb.freebsd.org/changeset/ports/307623 Log: - Adopt port - Trim Makefile header - Display pkg-message correctly Approved by: tabthorpe (mentor) Feature safe: yes Modified: head/mail/popa3d/Makefile Modified: head/mail/popa3d/Makefile ============================================================================== --- head/mail/popa3d/Makefile Wed Nov 21 19:37:51 2012 (r307622) +++ head/mail/popa3d/Makefile Wed Nov 21 20:18:30 2012 (r307623) @@ -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/po 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211212018.qALKIUXM023672>