Skip to content

Commit

Permalink
x11/scripts: 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 23, 2024
1 parent 766d2cf commit 52e5e21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion x11/scripts/Makefile
@@ -1,6 +1,6 @@
PORTNAME= scripts
PORTVERSION= 1.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
Expand All @@ -12,6 +12,9 @@ RUN_DEPENDS= ksh:shells/pdksh
USES= shebangfix xorg xorg-cat:app
USE_XORG= x11

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

post-patch:
@${REINPLACE_CMD} -e 's|XCOMM!/bin/ksh|XCOMM!${ksh_CMD}|' ${WRKSRC}/xauth_switch_to_sun-des-1.cpp

Expand Down
2 changes: 1 addition & 1 deletion x11/scripts/pkg-plist
Expand Up @@ -2,4 +2,4 @@ bin/xauth_switch_to_sun-des-1
bin/fontname.sh
bin/fontprop.sh
bin/xon
man/man1/xon.1.gz
share/man/man1/xon.1.gz

0 comments on commit 52e5e21

Please sign in to comment.