aboutsummaryrefslogtreecommitdiffstats
path: root/converters/mmencode
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-10-02 01:56:00 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-10-02 01:56:00 +0800
commit94d4856d43d615c36cc0fae51f7e11736b97dd23 (patch)
tree42a9c76593de23b630a867e9e66fe8d5c25865a6 /converters/mmencode
parenta605e0b7a031fec91cfa868646f686b1a7366a5c (diff)
downloadfreebsd-ports-gnome-94d4856d43d615c36cc0fae51f7e11736b97dd23.tar.gz
freebsd-ports-gnome-94d4856d43d615c36cc0fae51f7e11736b97dd23.tar.zst
freebsd-ports-gnome-94d4856d43d615c36cc0fae51f7e11736b97dd23.zip
${INSTALL_MAN} instead of ${CP}
Diffstat (limited to 'converters/mmencode')
-rw-r--r--converters/mmencode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/mmencode/Makefile b/converters/mmencode/Makefile
index 25f113d03d7c..632b5a22654e 100644
--- a/converters/mmencode/Makefile
+++ b/converters/mmencode/Makefile
@@ -22,7 +22,7 @@ ALL_TARGET= mmencode
do-install:
@cd ${WRKSRC} && ${INSTALL_PROGRAM} mmencode ${PREFIX}/bin
- @cd ${WRKSRC}/../man && ${CP} mmencode.1 ${PREFIX}/man/man1
+ @cd ${WRKSRC}/../man && ${INSTALL_MAN} mmencode.1 ${PREFIX}/man/man1
@cd ${PREFIX}/bin && ${LN} -s mmencode mimencode
.include <bsd.port.mk>