Skip to content

Commit

Permalink
x11/lilyterm: Move man page 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 29, 2024
1 parent 0f07158 commit ee160ce
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x11/lilyterm/Makefile
@@ -1,7 +1,7 @@
PORTNAME= lilyterm
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.9.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11

MAINTAINER= jwb@FreeBSD.org
Expand Down
20 changes: 20 additions & 0 deletions x11/lilyterm/files/patch-configure
@@ -0,0 +1,20 @@
--- configure.orig 2013-02-27 09:04:56 UTC
+++ configure
@@ -365,7 +365,7 @@ if [ $BSD -eq 1 ]; then
$ECHO " GTK = $GTK"
$ECHO " VTE = $VTE"
if [ $BSD -eq 1 ]; then
- IMPORTANT " MANDIR = \$(PREFIX)/man/man1\n"
+ IMPORTANT " MANDIR = \$(PREFIX)/share/man/man1\n"
IMPORTANT " EXAMPLES_DIR = \$(DATADIR)/examples/\$(BINARY)\n"
fi
if [ "$GNOME_CONTROL_CENTER" = 'Y' ]; then
@@ -386,7 +386,7 @@ if [ $BSD -eq 1 ]; then
$ECHO "PREFIX = $PREFIX" >> .config
$ECHO "ETCDIR = $ETCDIR" >> .config
if [ $BSD -eq 1 ]; then
- $ECHO "MANDIR = \$(PREFIX)/man/man1" >> .config
+ $ECHO "MANDIR = \$(PREFIX)/share/man/man1" >> .config
$ECHO "EXAMPLES_DIR = \$(DATADIR)/examples/\$(BINARY)" >> .config
fi
$ECHO "NLS = $NLS" >> .config
2 changes: 1 addition & 1 deletion x11/lilyterm/pkg-plist
@@ -1,6 +1,5 @@
bin/lilyterm
@sample etc/xdg/lilyterm.conf.sample
man/man1/lilyterm.1.gz
share/applications/lilyterm.desktop
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
Expand All @@ -18,5 +17,6 @@ share/applications/lilyterm.desktop
%%NLS%%share/locale/uk/LC_MESSAGES/lilyterm.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/lilyterm.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lilyterm.mo
share/man/man1/lilyterm.1.gz
share/pixmaps/lilyterm.png
share/pixmaps/lilyterm.xpm

0 comments on commit ee160ce

Please sign in to comment.