diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-06-11 02:30:33 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-06-11 02:30:33 +0000 |
commit | d99bb0ed70a63c10ed0e9eca6a627a7485987bdc (patch) | |
tree | 1a966d4698947e1a12dd44616575a29d5ddb9ce1 /mail/archiveopteryx | |
parent | 849135e9c63ac7059977d6e8e33e32ce54c6f13e (diff) | |
download | ports-d99bb0ed70a63c10ed0e9eca6a627a7485987bdc.tar.gz ports-d99bb0ed70a63c10ed0e9eca6a627a7485987bdc.zip |
Notes
Diffstat (limited to 'mail/archiveopteryx')
-rw-r--r-- | mail/archiveopteryx/Makefile | 10 | ||||
-rw-r--r-- | mail/archiveopteryx/pkg-plist | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index 4071ad45145a..f21ded992ad2 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -7,7 +7,7 @@ PORTNAME= archiveopteryx PORTVERSION= 3.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://archiveopteryx.org/%SUBDIR%/ MASTER_SITE_SUBDIR= download @@ -15,20 +15,22 @@ MASTER_SITE_SUBDIR= download MAINTAINER= feld@feld.me COMMENT= An advanced PostgreSQL-based IMAP/POP server +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/bsd.txt + BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam USE_BZIP2= yes USE_PERL5_BUILD= 5.8+ -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/bsd.txt - MAKE_JOBS_SAFE= yes MAN5= aoxsuper.conf.5 archiveopteryx.conf.5 MAN8= aox.8 aoximport.8 archiveopteryx.8 deliver.8 installer.8 logd.8 \ recorder.8 tlsproxy.8 +PORTDOCS= COPYING README bsd.txt + SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} diff --git a/mail/archiveopteryx/pkg-plist b/mail/archiveopteryx/pkg-plist index ce9fbd4748d6..64f1ce4006ac 100644 --- a/mail/archiveopteryx/pkg-plist +++ b/mail/archiveopteryx/pkg-plist @@ -12,11 +12,7 @@ libexec/aox/installer sbin/archiveopteryx sbin/logd sbin/recorder -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/README -%%DOCSDIR%%/bsd.txt @dirrm libexec/aox/contrib @dirrm libexec/aox @dirrm libdata/aox @dirrm %%ETCDIR%% -@dirrm %%DOCSDIR%% |