diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2024-03-14 13:41:47 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2024-03-14 14:20:13 +0000 |
commit | c864bbcb0eeb0a8f0ecfb88737ee3579be10fa3d (patch) | |
tree | ee3089099ff4da4911545ea22a47565f72d183d5 /print/xtexsh/Makefile | |
parent | cb123ca6854048d150d6e4cc66cfc4aacb4985e3 (diff) |
print/xtexsh: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'print/xtexsh/Makefile')
-rw-r--r-- | print/xtexsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xtexsh/Makefile b/print/xtexsh/Makefile index dab3dc0d2250..d3416f484105 100644 --- a/print/xtexsh/Makefile +++ b/print/xtexsh/Makefile @@ -1,6 +1,6 @@ PORTNAME= xtexsh DISTVERSION= 1.4-2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= http://www.mat.univie.ac.at/~gerald/ftp/xtexsh/ @@ -29,7 +29,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/xtexsh ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xtexsh.1.gz ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/xtexsh.1.gz ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/xtexshrc ${STAGEDIR}${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/xtexsh.desktop ${STAGEDIR}${PREFIX}/share/applications @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/locolor/16x16/apps |