diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 12:41:22 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 13:35:18 +0100 |
commit | 3b0186e418b1d49a7912a3eb683faf6669d66c1d (patch) | |
tree | c502897366bd0dabde3be965bc180ad1c240e825 /textproc | |
parent | 08ea87e9250722d9a073ab5d5a2324975105f77a (diff) | |
download | freebsd-ports-3b0186e418b1d49a7912a3eb683faf6669d66c1d.zip |
textproc/qprint: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/qprint/Makefile | 5 |
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> |