diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 19:22:35 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 20:25:21 +0100 |
commit | e3d1aa6da13c4291a6727eecc2e7d31795294dae (patch) | |
tree | 7164f1b2d0f50593e7f6d0b284ef4eb83fc0b162 /math/gexpr/files/patch-Makefile | |
parent | sysutils/cpufetch: Move man to share/man (diff) |
math/gexpr: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'math/gexpr/files/patch-Makefile')
-rw-r--r-- | math/gexpr/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gexpr/files/patch-Makefile b/math/gexpr/files/patch-Makefile index f194ed91f039..7b034c88d8d0 100644 --- a/math/gexpr/files/patch-Makefile +++ b/math/gexpr/files/patch-Makefile @@ -21,7 +21,7 @@ - cp -f gexpr /usr/local/bin; - cp -f gexpr.1 /usr/local/man/man1 + install -s gexpr ${DESTDIR}/usr/local/bin; -+ install gexpr.1 ${DESTDIR}/usr/local/man/man1 ++ install gexpr.1 ${DESTDIR}/usr/local/share/man/man1 clean: rm -f *.o core |