Skip to content

Commit

Permalink
security/openssh-askpass: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 12, 2024
1 parent 3f0064b commit 52b196c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions security/openssh-askpass/Makefile
@@ -1,6 +1,6 @@
PORTNAME= OpenSSH-askpass
PORTVERSION= 1.2.4.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= http://www.jmknoble.net/software/x11-ssh-askpass/
DISTNAME= x11-ssh-askpass-${PORTVERSION}
Expand All @@ -18,8 +18,8 @@ DOCSDIR= ${PREFIX}/share/doc/ssh-askpass
PLIST_FILES= bin/x11-ssh-askpass \
bin/ssh-askpass \
lib/X11/app-defaults/SshAskpass \
man/man1/ssh-askpass.1.gz \
man/man1/x11-ssh-askpass.1.gz
share/man/man1/ssh-askpass.1.gz \
share/man/man1/x11-ssh-askpass.1.gz
PORTDOCS= README TODO ChangeLog

OPTIONS_DEFINE= DOCS
Expand Down
2 changes: 1 addition & 1 deletion security/openssh-askpass/files/Makefile.in
@@ -1,7 +1,7 @@
PREFIX?= /usr/local
LOCALBASE?= /usr/local
BINDIR?= ${PREFIX}/bin
MANDIR?= ${PREFIX}/man/man
MANDIR?= ${PREFIX}/share/man/man

CLASS= SshAskpass
FILES= ${CLASS}
Expand Down

0 comments on commit 52b196c

Please sign in to comment.