diff --git a/mail/poppwd/Makefile b/mail/poppwd/Makefile index a11a7bcc9ae9..2763e7ca0e24 100644 --- a/mail/poppwd/Makefile +++ b/mail/poppwd/Makefile @@ -1,5 +1,6 @@ PORTNAME= poppwd PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/poppwd/ \ http://www.ugh.eclipse.co.uk/mirror/ftp.ugh.net.au/pub/unix/poppwd/ @@ -10,7 +11,9 @@ COMMENT= Implementation of the Eudora password changing protocol WRKSRC= ${WRKDIR}/poppwd USES= uidfix +MAKE_ARGS= MANDIR="${PREFIX}/share/man/man" + PLIST_FILES= libexec/poppwd \ - man/man8/poppwd.8.gz + share/man/man8/poppwd.8.gz .include