Skip to content

Commit

Permalink
net/guacamole-server: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 20, 2024
1 parent 1f6b8ef commit e847aa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions net/guacamole-server/Makefile
@@ -1,5 +1,6 @@
PORTNAME= guacamole-server
DISTVERSION= 1.5.4
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= APACHE/guacamole/${DISTVERSION}/source/

Expand Down Expand Up @@ -27,6 +28,7 @@ USE_RC_SUBR= guacd
SHEBANG_FILES= ${WRKSRC}/src/protocols/rdp/keymaps/generate.pl

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --with-guacd-conf=${ETCDIR}/guacd.conf
INSTALL_TARGET= install-strip
CFLAGS+= -Wno-error=newline-eof
Expand Down
8 changes: 4 additions & 4 deletions net/guacamole-server/pkg-plist
Expand Up @@ -77,9 +77,9 @@ lib/libguac-terminal.a
lib/libguac-terminal.so
lib/libguac-terminal.so.0
lib/libguac-terminal.so.0.1.0
%%GUACENC%%man/man1/guacenc.1.gz
%%GUACLOG%%man/man1/guaclog.1.gz
man/man5/guacd.conf.5.gz
man/man8/guacd.8.gz
%%GUACENC%%share/man/man1/guacenc.1.gz
%%GUACLOG%%share/man/man1/guaclog.1.gz
share/man/man5/guacd.conf.5.gz
share/man/man8/guacd.8.gz
sbin/guacd
@dir(%%GUACD_USER%%,%%GUACD_GROUP%%,) %%GUACD_HOME%%

0 comments on commit e847aa6

Please sign in to comment.