Skip to content

Commit

Permalink
x11-wm/amiwm: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 6d2fc0d commit 7bda35c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions x11-wm/amiwm/Makefile
@@ -1,5 +1,6 @@
PORTNAME= amiwm
PORTVERSION= 0.22.pl2
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= https://ftp.lysator.liu.se/pub/X11/wm/amiwm/
DISTNAME= ${PORTNAME}0.22pl2
Expand Down
17 changes: 13 additions & 4 deletions x11-wm/amiwm/files/patch-Makefile.in
@@ -1,6 +1,15 @@
--- Makefile.in.orig 2010-07-20 00:07:34.000000000 +0800
+++ Makefile.in 2014-07-02 09:42:52.170996007 +0800
@@ -43,7 +43,7 @@ DISTFILES = README README.modules INSTAL
--- Makefile.in.orig 2023-04-16 16:11:41 UTC
+++ Makefile.in
@@ -14,7 +14,7 @@ libdir = $(exec_prefix)/lib
exec_prefix = @exec_prefix@
bindir = $(exec_prefix)/bin
libdir = $(exec_prefix)/lib
-mandir = $(prefix)/man
+mandir = $(prefix)/share/man
INSTALL = @INSTALL@
LN_S = @LN_S@
RM = -rm -f
@@ -44,7 +44,7 @@ PACKAGENAME = amiwm

PACKAGENAME = amiwm

Expand All @@ -9,7 +18,7 @@

all : lib_all
@$(MAKE) local_all
@@ -88,32 +88,32 @@ kbdlexer.c : kbdlexer.l
@@ -89,32 +89,32 @@ install : $(PROGS) $(MODULES) Xsession Xsession2 Xinit
$(LEX) -t $< > kbdlexer.c

install : $(PROGS) $(MODULES) Xsession Xsession2 Xinitrc amiwm-init
Expand Down
2 changes: 1 addition & 1 deletion x11-wm/amiwm/pkg-plist
Expand Up @@ -15,6 +15,6 @@ lib/X11/amiwm/requestchoice
lib/X11/amiwm/schwartz.map
lib/X11/amiwm/system.amiwmrc
lib/X11/amiwm/system.map
man/man1/amiwm.1.gz
share/man/man1/amiwm.1.gz
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.modules

0 comments on commit 7bda35c

Please sign in to comment.