aboutsummaryrefslogtreecommitdiff
path: root/print/html2ps/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 15:29:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 15:29:49 +0000
commite4610fcb8b73442ad40b744bb87c1bc428ef7c1c (patch)
tree0dc4acc6dcc372c03caf9e3dcf24d3507237cf06 /print/html2ps/Makefile
parentf1f3b1f4eb517c718c74578ccc05e1269bf9f10f (diff)
downloadports-e4610fcb8b73442ad40b744bb87c1bc428ef7c1c.tar.gz
ports-e4610fcb8b73442ad40b744bb87c1bc428ef7c1c.zip
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'print/html2ps/Makefile')
-rw-r--r--print/html2ps/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile
index cb6574d970bb..39fa56caf753 100644
--- a/print/html2ps/Makefile
+++ b/print/html2ps/Makefile
@@ -1,6 +1,6 @@
PORTNAME= html2ps
DISTVERSION= 1.0b7
-PORTREVISION= 8
+PORTREVISION= 9
PORTEPOCH= 1
CATEGORIES= print www perl5
MASTER_SITES= LOCAL/hrs
@@ -24,8 +24,8 @@ SUB_FILES= html2psrc
PLIST_FILES= bin/html2ps \
etc/html2psrc \
- man/man1/html2ps.1.gz \
- man/man5/html2psrc.5.gz \
+ share/man/man1/html2ps.1.gz \
+ share/man/man5/html2psrc.5.gz \
${DATADIR_REL}/html2ps.html \
${DATADIR_REL}/hyphen.tex
@@ -40,8 +40,8 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/html2ps ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKDIR}/html2psrc ${STAGEDIR}${PREFIX}/etc
- ${INSTALL_MAN} ${WRKSRC}/html2ps.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/html2psrc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5
+ ${INSTALL_MAN} ${WRKSRC}/html2ps.1 ${STAGEDIR}${PREFIX}/share/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/html2psrc.5 ${STAGEDIR}${PREFIX}/share/man/man5
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/html2ps.html ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/hyphen.tex ${STAGEDIR}${DATADIR}