git: 0d07942b9932 - main - x11-toolkits/tkshape: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 18:08:49 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0d07942b9932aa5a940919cc375114299f4a3c60
commit 0d07942b9932aa5a940919cc375114299f4a3c60
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-23 16:27:39 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-23 18:08:32 +0000
x11-toolkits/tkshape: Move man pages to share/man
Approved by: portmgr (blanket)
---
x11-toolkits/tkshape/Makefile | 4 ++--
x11-toolkits/tkshape/pkg-plist | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/x11-toolkits/tkshape/Makefile b/x11-toolkits/tkshape/Makefile
index 9a6aafae42d0..b6818f87b28b 100644
--- a/x11-toolkits/tkshape/Makefile
+++ b/x11-toolkits/tkshape/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tkshape
PORTVERSION= 0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.cs.man.ac.uk/~fellowsd/tcl/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
@@ -84,7 +84,7 @@ do-install:
cd ${WRKSRC}; \
for m in ${MANPAGES} ; do \
s=$${m##*.}; \
- ${INSTALL_MAN} doc/$${m} ${STAGEDIR}${PREFIX}/man/man$${s}/$${m}; \
+ ${INSTALL_MAN} doc/$${m} ${STAGEDIR}${PREFIX}/share/man/man$${s}/$${m}; \
done;
.endif
diff --git a/x11-toolkits/tkshape/pkg-plist b/x11-toolkits/tkshape/pkg-plist
index 9ad52a172ce5..f30a09251c97 100644
--- a/x11-toolkits/tkshape/pkg-plist
+++ b/x11-toolkits/tkshape/pkg-plist
@@ -10,6 +10,6 @@ lib/%%PORTNAME%%/demos/images/none.cur
lib/%%PORTNAME%%/demos/images/ptr-green.gif
lib/%%PORTNAME%%/demos/images/ptr-mask.xbm
lib/%%PORTNAME%%/demos/images/ptr-red.gif
-%%MAN%%man/man3/CombShape.3.gz
-%%MAN%%man/man3/QuryShape.3.gz
-%%MAN%%man/mann/shape.n.gz
+%%MAN%%share/man/man3/CombShape.3.gz
+%%MAN%%share/man/man3/QuryShape.3.gz
+%%MAN%%share/man/mann/shape.n.gz