diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-22 01:56:49 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-22 10:42:25 +0000 |
commit | a035cce5bf9cf240f5fd6e2f4a77e74e2f8d05be (patch) | |
tree | fd81ee18882b64339cf6e71590bf94ccd7a75a2f /graphics/xaos | |
parent | 91e05c85abac94225623ea5d6324e969d23d264f (diff) | |
download | ports-a035cce5bf9cf240f5fd6e2f4a77e74e2f8d05be.tar.gz ports-a035cce5bf9cf240f5fd6e2f4a77e74e2f8d05be.zip |
Diffstat (limited to 'graphics/xaos')
-rw-r--r-- | graphics/xaos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 79682a62df0e..fb82d6623fe8 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -42,7 +42,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/src/ui/images/xaosbig.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/xaos.png ${INSTALL_MAN} ${WRKSRC}/doc/xaos.6 \ - ${STAGEDIR}${MANPREFIX}/share/man/man6/xaos.6 + ${STAGEDIR}${PREFIX}/share/man/man6/xaos.6 post-install-EXAMPLES-on: (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) |