summaryrefslogtreecommitdiff
path: root/graphics/tifmerge/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
commitaf5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch)
tree656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /graphics/tifmerge/Makefile
parentecho -> ${ECHO}/${ECHO_MSG} (diff)
ln -> ${LN}
Notes
Notes: svn path=/head/; revision=21047
Diffstat (limited to '')
-rw-r--r--graphics/tifmerge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile
index 73431c5f7535..427403cd4bcb 100644
--- a/graphics/tifmerge/Makefile
+++ b/graphics/tifmerge/Makefile
@@ -29,7 +29,7 @@ post-extract:
do-install:
${INSTALL_DATA} ${WRKSRC}/libtifmerge.so.1 ${PREFIX}/lib
- ln -fs ${PREFIX}/lib/libtifmerge.so.1 ${PREFIX}/lib/libtifmerge.so
+ ${LN} -fs ${PREFIX}/lib/libtifmerge.so.1 ${PREFIX}/lib/libtifmerge.so
${INSTALL_DATA} ${WRKSRC}/libtifmerge.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/tifmerge.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/tifmerge.3 ${PREFIX}/man/man3