1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Install manpage too.

Suggested by: lex@itv.kiev.ua
This commit is contained in:
Dirk Meyer 2002-04-06 07:15:18 +00:00
parent bf19ce46a4
commit 486cf10a75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57360

View File

@ -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