summaryrefslogtreecommitdiff
path: root/www/zopeedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/zopeedit/Makefile')
-rw-r--r--www/zopeedit/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/www/zopeedit/Makefile b/www/zopeedit/Makefile
index 27e0140fbe3..b3716c6e971 100644
--- a/www/zopeedit/Makefile
+++ b/www/zopeedit/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:57 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2003/05/09 16:11:59 drochner Exp $
#
-DISTNAME= zopeedit-src-0.6
-PKGNAME= zopeedit-0.6
-WRKSRC= ${WRKDIR}/zopeedit
+DISTNAME= zopeedit-0.7-src
+PKGNAME= zopeedit-0.7
CATEGORIES= www
MASTER_SITES= http://www.zope.org/Members/Caseman/ExternalEditor/
EXTRACT_SUFX= .tgz
@@ -14,13 +13,13 @@ COMMENT= helper client application for Zope's ExternalEditor
USE_BUILDLINK2= YES
PYTHON_VERSIONS_ACCEPTED= 22
-PYTHON_PATCH_SCRIPTS= zopeedit.py
-NO_BUILD= yes
+PYDISTUTILSPKG= yes
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/zopeedit.py ${PREFIX}/bin/zopeedit
+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
+.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"