pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/zopeedit Use INSTALL_MAN to install a man page.
details: https://anonhg.NetBSD.org/pkgsrc/rev/887120abf61f
branches: trunk
changeset: 500625:887120abf61f
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Oct 10 23:15:28 2005 +0000
description:
Use INSTALL_MAN to install a man page.
diffstat:
www/zopeedit/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f1ae34ee1598 -r 887120abf61f www/zopeedit/Makefile
--- a/www/zopeedit/Makefile Mon Oct 10 22:52:44 2005 +0000
+++ b/www/zopeedit/Makefile Mon Oct 10 23:15:28 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index