aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-04-06 15:15:18 +0800
committerdinoex <dinoex@FreeBSD.org>2002-04-06 15:15:18 +0800
commitb94f29be215e397cdfafc4dd6e4ec84f9ee60a24 (patch)
tree55a4b3e07963beef77c7ca93214445f3921c4b45 /mail
parent72d63c4905861b78303ff5bde2982e62f3fd3f04 (diff)
downloadfreebsd-ports-graphics-b94f29be215e397cdfafc4dd6e4ec84f9ee60a24.tar.gz
freebsd-ports-graphics-b94f29be215e397cdfafc4dd6e4ec84f9ee60a24.tar.zst
freebsd-ports-graphics-b94f29be215e397cdfafc4dd6e4ec84f9ee60a24.zip
- Install manpage too.
Suggested by: lex@itv.kiev.ua
Diffstat (limited to 'mail')
-rw-r--r--mail/popa3d/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile
index fb8c4dd2ee2..6fe6f20fa36 100644
--- a/mail/popa3d/Makefile
+++ b/mail/popa3d/Makefile
@@ -7,7 +7,7 @@
PORTNAME= popa3d
PORTVERSION= 0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://www.openwall.com/popa3d/ \
ftp://ftp.openwall.com/popa3d/ \
@@ -20,6 +20,7 @@ PKGNAMESUFFIX?= -before-sendmail
MAINTAINER= dinoex@FreeBSD.org
ALL_TARGET= popa3d
+MAN8= popa3d.8
CFLAGS+= -DPREFIX=${PREFIX}
.if defined(SMTP_AFTER_POP3)
@@ -45,6 +46,7 @@ pre-install:
do-install:
${INSTALL} ${COPY} -o root -g wheel -m 500 \
${WRKSRC}/popa3d ${PREFIX}/libexec/popa3d
+ ${INSTALL_MAN} ${WRKSRC}/popa3d.8 ${MANPREFIX}/man/man8
.if defined(SMTP_AFTER_POP3)
${INSTALL_DATA} ${FILESDIR}/popauth.m4 ${CFDIR}/hack
.endif