aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 06:32:51 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 06:51:52 +0000
commit5cdc7fdfeec0b752be7d3029cd7309f85c494574 (patch)
tree774984978598c5456993d816b1f270bb5ffa874f
parent157725117f276d198f980faf0b7f9010e5b9ab01 (diff)
downloadports-5cdc7fdfeec0b752be7d3029cd7309f85c494574.tar.gz
ports-5cdc7fdfeec0b752be7d3029cd7309f85c494574.zip
deskutils/wmpinboard: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--deskutils/wmpinboard/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/wmpinboard/Makefile b/deskutils/wmpinboard/Makefile
index 035b9058e05a..5b94ed8ad8cb 100644
--- a/deskutils/wmpinboard/Makefile
+++ b/deskutils/wmpinboard/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wmpinboard
PORTVERSION= 1.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= deskutils afterstep windowmaker
MASTER_SITES= DEBIAN_POOL
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
@@ -13,10 +13,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
USES= gmake xorg
USE_XORG= xpm
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
PLIST_FILES= bin/wmpinboard \
- man/man1/wmpinboard.1.gz
+ share/man/man1/wmpinboard.1.gz
.include <bsd.port.mk>