aboutsummaryrefslogtreecommitdiff
path: root/graphics/icontact
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 09:47:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 09:47:14 +0000
commitc75c944686415d24160b910420b8cec40549ce46 (patch)
treebbf14e0d1dcfc6df77a6ea37918a4c50366169d2 /graphics/icontact
parent34fdd68f8580ffd2bdb6a83a28eedd4d1db85ed4 (diff)
downloadports-c75c944686415d24160b910420b8cec40549ce46.tar.gz
ports-c75c944686415d24160b910420b8cec40549ce46.zip
MANPREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'graphics/icontact')
-rw-r--r--graphics/icontact/Makefile6
-rw-r--r--graphics/icontact/pkg-plist4
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/icontact/Makefile b/graphics/icontact/Makefile
index 3efe7985dfdf..6f50c95c22ab 100644
--- a/graphics/icontact/Makefile
+++ b/graphics/icontact/Makefile
@@ -1,6 +1,6 @@
PORTNAME= icontact
PORTVERSION= 1.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://www.panix.com/~mbh/icontact/
@@ -20,7 +20,7 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/icontact ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/xvtoppm ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/icontact.1 ${STAGEDIR}${MANPREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/xvtoppm.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/icontact.1 ${STAGEDIR}${PREFIX}/share/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/xvtoppm.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>
diff --git a/graphics/icontact/pkg-plist b/graphics/icontact/pkg-plist
index 2fb76f77c280..07af3223efcc 100644
--- a/graphics/icontact/pkg-plist
+++ b/graphics/icontact/pkg-plist
@@ -1,4 +1,4 @@
bin/icontact
bin/xvtoppm
-man/man1/icontact.1.gz
-man/man1/xvtoppm.1.gz
+share/man/man1/icontact.1.gz
+share/man/man1/xvtoppm.1.gz