diff options
author | minskim <minskim> | 2005-10-10 23:15:28 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-10 23:15:28 +0000 |
commit | fbb212efe03ff1cf6202565d64b52c1aa568e9d4 (patch) | |
tree | 8c108447279f4abeab4bfd3044d2334ff4a841f2 /www/zopeedit | |
parent | 642f22bfd479a59110024070b0496e23566db8ba (diff) | |
download | pkgsrc-fbb212efe03ff1cf6202565d64b52c1aa568e9d4.tar.gz |
Use INSTALL_MAN to install a man page.
Diffstat (limited to 'www/zopeedit')
-rw-r--r-- | www/zopeedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/zopeedit/Makefile b/www/zopeedit/Makefile index 7a6c727af6a..f8ef4a071bb 100644 --- a/www/zopeedit/Makefile +++ b/www/zopeedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:48:03 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/10/10 23:15:28 minskim Exp $ # DISTNAME= zopeedit-0.7-src @@ -17,7 +17,7 @@ PYDISTUTILSPKG= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/zopeedit ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/zopeedit - ${INSTALL_DATA} ${WRKSRC}/man/zopeedit.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/zopeedit.1 ${PREFIX}/man/man1 .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" |