diff options
author | swills <swills@FreeBSD.org> | 2012-06-11 10:30:33 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-06-11 10:30:33 +0800 |
commit | 37469e5d4b5caec83a4e57ea8d0aef96418d8d75 (patch) | |
tree | 964192579fe3e768dd0c7265dda62de182952baf /mail | |
parent | c2e37be237300f1fd93b3e3fdd50a2996b0742d2 (diff) | |
download | freebsd-ports-gnome-37469e5d4b5caec83a4e57ea8d0aef96418d8d75.tar.gz freebsd-ports-gnome-37469e5d4b5caec83a4e57ea8d0aef96418d8d75.tar.zst freebsd-ports-gnome-37469e5d4b5caec83a4e57ea8d0aef96418d8d75.zip |
- Added proper PORTDOCS
PR: ports/168716
Submitted by: Mark Felder <feld@feld.me> (maintainer)
Diffstat (limited to 'mail')
-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%% |