diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-22 14:00:39 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-22 14:52:01 +0100 |
commit | 7a897277dd0531bdeedbd3bd48e007daf5e7e8a1 (patch) | |
tree | 89f7439e18a2ce688eb6fd915ccebec24ae9fb1a /textproc/2bsd-diff/files | |
parent | devel/heirloom-devtools/: Sanitize MANPREFIX (diff) |
textproc/2bsd-diff: Sanitize MANPREFIX
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc/2bsd-diff/files')
-rw-r--r-- | textproc/2bsd-diff/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/2bsd-diff/files/patch-Makefile b/textproc/2bsd-diff/files/patch-Makefile index 5654c7da4c01..762f15b0b2a5 100644 --- a/textproc/2bsd-diff/files/patch-Makefile +++ b/textproc/2bsd-diff/files/patch-Makefile @@ -39,4 +39,4 @@ - install -s diffh ${DESTDIR}/usr/libexec/diffh + ${BSD_INSTALL_PROGRAM} diff ${DESTDIR}${DIFF} + ${BSD_INSTALL_PROGRAM} diffh ${DESTDIR}${DIFFH} -+ ${BSD_INSTALL_MAN} ../../man/man1/diff.1 ${DESTDIR}${MANPREFIX}/man/man1/2diff.1 ++ ${BSD_INSTALL_MAN} ../../man/man1/diff.1 ${DESTDIR}${PREFIX}/share/man/man1/2diff.1 |