aboutsummaryrefslogtreecommitdiffstats
path: root/mail/akpop3d/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-25 20:54:44 +0800
committerkrion <krion@FreeBSD.org>2004-01-25 20:54:44 +0800
commiteaf900ad13df382adbab3623a402e1ca344ba454 (patch)
tree0aee3ad2bcda3c58c5bc8839ca3ff49b8f37ceb6 /mail/akpop3d/Makefile
parent328d34fb95b3528527655d2069c05044c59ed382 (diff)
downloadfreebsd-ports-gnome-eaf900ad13df382adbab3623a402e1ca344ba454.tar.gz
freebsd-ports-gnome-eaf900ad13df382adbab3623a402e1ca344ba454.tar.zst
freebsd-ports-gnome-eaf900ad13df382adbab3623a402e1ca344ba454.zip
- Add patch to authenticate users when using an external
authfile - Bump PORTREVISION PR: 61872 Submitted by: David P. Reese Jr. <daver@solidcore.com>
Diffstat (limited to 'mail/akpop3d/Makefile')
-rw-r--r--mail/akpop3d/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/akpop3d/Makefile b/mail/akpop3d/Makefile
index e08b6d969d88..e01ef3b9f3f8 100644
--- a/mail/akpop3d/Makefile
+++ b/mail/akpop3d/Makefile
@@ -7,6 +7,7 @@
PORTNAME= akpop3d
PORTVERSION= 0.7.4
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.synflood.at/akpop3d/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -28,7 +29,7 @@ LDFLAGS+= -L${OPENSSLBASE}/lib -lssl -lcrypto
.endif
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/akpop3d ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/akpop3d.8 ${PREFIX}/man/man8/
+ ${INSTALL_PROGRAM} ${WRKSRC}/akpop3d ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/akpop3d.8 ${MANPREFIX}/man/man8
.include <bsd.port.mk>