Skip to content

Commit

Permalink
x11/xterm: Move manpages to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Jan 21, 2024
1 parent b229795 commit 81446b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion x11/xterm/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xterm
PORTVERSION= 389
DISTVERSION= 389
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.invisible-island.net/xterm/:src1 \
https://invisible-mirror.net/archives/xterm/:src1 \
Expand Down Expand Up @@ -80,6 +81,9 @@ XINERAMA_CONFIGURE_OFF= --without-xinerama

ICONVERSION= 1

# remove after manprefix migration
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

post-extract:
@${CP} ${WRKDIR}/bsd-xterm-icons-${ICONVERSION}/*.png \
${WRKDIR}/bsd-xterm-icons-${ICONVERSION}/*.xpm \
Expand Down
8 changes: 4 additions & 4 deletions x11/xterm/pkg-plist
Expand Up @@ -8,10 +8,10 @@ lib/X11/app-defaults/UXTerm
lib/X11/app-defaults/UXTerm-color
lib/X11/app-defaults/XTerm
lib/X11/app-defaults/XTerm-color
man/man1/resize.1.gz
man/man1/koi8rxterm.1.gz
man/man1/uxterm.1.gz
man/man1/xterm.1.gz
share/man/man1/resize.1.gz
share/man/man1/koi8rxterm.1.gz
share/man/man1/uxterm.1.gz
share/man/man1/xterm.1.gz
share/applications/xterm.desktop
share/pixmaps/filled-xterm_16x16.xpm
share/pixmaps/filled-xterm_32x32.xpm
Expand Down

0 comments on commit 81446b1

Please sign in to comment.