diff --git a/security/pamtester/Makefile b/security/pamtester/Makefile index aff44d40ce9f..9c9bc81b2028 100644 --- a/security/pamtester/Makefile +++ b/security/pamtester/Makefile @@ -1,17 +1,19 @@ PORTNAME= pamtester PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Command line pam authentication tester WWW= https://pamtester.sourceforge.net/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= ${CFLAGS} USES= gmake PLIST_FILES= bin/pamtester \ - man/man1/pamtester.1.gz + share/man/man1/pamtester.1.gz .include