diff options
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 |