svn commit: r312582 - head/mail/archivemail
Martin Wilke
miwi at FreeBSD.org
Tue Feb 19 16:18:02 UTC 2013
Author: miwi
Date: Tue Feb 19 16:18:01 2013
New Revision: 312582
URL: http://svnweb.freebsd.org/changeset/ports/312582
Log:
- Trim header
- OptionNG [1]
- Install Manpage [2]
PR: 176157 [1]
173697 [2]
Submitted by: jgh [1]
Helge Oldach <ports-archivemail at oldach.net> [2]
Modified:
head/mail/archivemail/Makefile (contents, props changed)
Modified: head/mail/archivemail/Makefile
==============================================================================
--- head/mail/archivemail/Makefile Tue Feb 19 16:17:36 2013 (r312581)
+++ head/mail/archivemail/Makefile Tue Feb 19 16:18:01 2013 (r312582)
@@ -1,12 +1,9 @@
-# New ports collection makefile for: archivemail
-# Date created: 2002/04/02
-# Whom: Alan Eldridge <alane at FreeBSD.org>
-#
+# Created by: Alan Eldridge <alane at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= archivemail
PORTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/
@@ -16,16 +13,20 @@ COMMENT= Archive or delete mail older th
USE_PYTHON= 2.5+
NO_BUILD= yes
+MAN1= archivemail.1
DOCS= CHANGELOG FAQ NEWS README TODO
EXAMPLES= test_archivemail examples/archivemail_all
+.include <bsd.port.options.mk>
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/archivemail ${PREFIX}/bin/archivemail
-.if !defined(NOPORTEXAMPLES)
+ ${INSTALL_MAN} ${WRKSRC}/archivemail.1 ${MANPREFIX}/man/man1
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC} && ${INSTALL_SCRIPT} ${EXAMPLES} ${EXAMPLESDIR}
.endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
More information about the svn-ports-head
mailing list