aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 11:49:35 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 12:26:18 +0000
commitfa4d742a747fcc59fca3d10f0e1111d04a2f3f7d (patch)
tree5a31e4bd8b60d57e5e1253431ca96e56b9fa9f23
parentc7eab9d204d8e5c9e5fbefac1384921c61ba564f (diff)
downloadports-fa4d742a747fcc59fca3d10f0e1111d04a2f3f7d.tar.gz
ports-fa4d742a747fcc59fca3d10f0e1111d04a2f3f7d.zip
graphics/xli: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--graphics/xli/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile
index 457b0ec6e4c1..4bb8fa17c071 100644
--- a/graphics/xli/Makefile
+++ b/graphics/xli/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xli
PORTVERSION= 1.17.0
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= graphics
MASTER_SITES= DEBIAN
DISTNAME= xli_${PORTVERSION}+${XLI_SNAPVER:C/-//g}.orig
@@ -17,15 +17,19 @@ USE_XORG= xi
WRKSRC= ${WRKDIR}/xli-${XLI_SNAPVER}
PLIST_FILES= bin/xli bin/xlito bin/xview bin/xsetbg \
- lib/X11/app-defaults/Xli man/man1/xli.1.gz \
- man/man1/xlito.1.gz man/man1/xview.1.gz man/man1/xsetbg.1.gz
+ lib/X11/app-defaults/Xli share/man/man1/xli.1.gz \
+ share/man/man1/xlito.1.gz share/man/man1/xview.1.gz share/man/man1/xsetbg.1.gz
XLI_SNAPVER= 2006-11-10
post-install:
- ${RLN} ${STAGEDIR}${MANPREFIX}/man/man1/xli.1.gz \
- ${STAGEDIR}${MANPREFIX}/man/man1/xview.1.gz
- ${RLN} ${STAGEDIR}${MANPREFIX}/man/man1/xli.1.gz \
- ${STAGEDIR}${MANPREFIX}/man/man1/xsetbg.1.gz
+ ${MV} ${STAGEDIR}${PREFIX}/man/man1/xli.1.gz \
+ ${STAGEDIR}${PREFIX}/share/man/man1/xli.1.gz
+ ${MV} ${STAGEDIR}${PREFIX}/man/man1/xlito.1.gz \
+ ${STAGEDIR}${PREFIX}/share/man/man1/xlito.1.gz
+ ${RLN} ${STAGEDIR}${PREFIX}/share/man/man1/xli.1.gz \
+ ${STAGEDIR}${PREFIX}/share/man/man1/xview.1.gz
+ ${RLN} ${STAGEDIR}${PREFIX}/share/man/man1/xli.1.gz \
+ ${STAGEDIR}${PREFIX}/share/man/man1/xsetbg.1.gz
.include <bsd.port.mk>