aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 11:41:22 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 12:35:18 +0000
commit3b0186e418b1d49a7912a3eb683faf6669d66c1d (patch)
treec502897366bd0dabde3be965bc180ad1c240e825
parent08ea87e9250722d9a073ab5d5a2324975105f77a (diff)
downloadports-3b0186e418b1d49a7912a3eb683faf6669d66c1d.tar.gz
ports-3b0186e418b1d49a7912a3eb683faf6669d66c1d.zip
textproc/qprint: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--textproc/qprint/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/qprint/Makefile b/textproc/qprint/Makefile
index ba136afb65ee..791b6532abbc 100644
--- a/textproc/qprint/Makefile
+++ b/textproc/qprint/Makefile
@@ -1,5 +1,6 @@
PORTNAME= qprint
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://www.fourmilab.ch/webtools/qprint/
@@ -14,12 +15,12 @@ GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE=yes
PLIST_FILES= bin/qprint \
- man/man1/qprint.1.gz
+ share/man/man1/qprint.1.gz
ALL_TARGET= prog check wringer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qprint ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/qprint.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/qprint.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>