Skip to content

Commit

Permalink
security/pamtester: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 25, 2024
1 parent 5499e18 commit f788df8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion security/pamtester/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pamtester
PORTVERSION= 0.1.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF

Expand All @@ -8,10 +9,11 @@ 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 <bsd.port.mk>

0 comments on commit f788df8

Please sign in to comment.