diff options
author | feld <feld@FreeBSD.org> | 2013-08-30 09:47:21 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-08-30 09:47:21 +0800 |
commit | d10b1ab913dfaf5b8f667a3afbffa3267ef92049 (patch) | |
tree | 90aa7b0d88a248e6de37c6583b37f69647273038 /mail/archiveopteryx/Makefile | |
parent | 6bb27254edc19a14af0fa012d206b7e909c72d50 (diff) | |
download | freebsd-ports-gnome-d10b1ab913dfaf5b8f667a3afbffa3267ef92049.tar.gz freebsd-ports-gnome-d10b1ab913dfaf5b8f667a3afbffa3267ef92049.tar.zst freebsd-ports-gnome-d10b1ab913dfaf5b8f667a3afbffa3267ef92049.zip |
- Cleanup
- Passes rclint / portlint
- Fix permissions at install
Approved by: swills (mentor)
Diffstat (limited to 'mail/archiveopteryx/Makefile')
-rw-r--r-- | mail/archiveopteryx/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index a74cea77324b..8e1950f254bf 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: archiveopteryx -# Date created: 2010-09-15 -# Whom: Ashish SHUKLA <ashish@FreeBSD.org> -# +# Created by: Ashish SHUKLA <ashish@FreeBSD.org> # $FreeBSD$ -# PORTNAME= archiveopteryx PORTVERSION= 3.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail -MASTER_SITES= http://archiveopteryx.org/%SUBDIR%/ -MASTER_SITE_SUBDIR= download +MASTER_SITES= http://archiveopteryx.org/download/ MAINTAINER= feld@FreeBSD.org COMMENT= An advanced PostgreSQL-based IMAP/POP server @@ -22,7 +17,7 @@ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam USE_BZIP2= yes USE_PERL5_BUILD= yes - +USE_PGSQL= yes MAN5= aoxsuper.conf.5 archiveopteryx.conf.5 MAN8= aox.8 aoximport.8 archiveopteryx.8 deliver.8 installer.8 logd.8 \ @@ -46,7 +41,7 @@ post-patch: -e 's,%%PREFIX%%,${PREFIX},g' do-build: - @cd ${WRKSRC} && ${JAM} -j${MAKE_JOBS_NUMBER} + @cd ${WRKSRC} && ${JAM} do-install: @cd ${WRKSRC} && ${JAM} install |