diff options
author | obache <obache@pkgsrc.org> | 2012-01-25 12:41:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-25 12:41:42 +0000 |
commit | 5bb3417d8129d9d4ba3030b06416f999e1311393 (patch) | |
tree | 4da806512b442f6f3cdd148daa53f3213a2b71b3 /www | |
parent | cfa61be181214192c16062955ee03527d5da729b (diff) | |
download | pkgsrc-5bb3417d8129d9d4ba3030b06416f999e1311393.tar.gz |
* no compiler languages is required to build
* convert to use distutils.mk, register egg-info.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/zopeedit/Makefile | 13 | ||||
-rw-r--r-- | www/zopeedit/PLIST | 3 |
2 files changed, 10 insertions, 6 deletions
diff --git a/www/zopeedit/Makefile b/www/zopeedit/Makefile index 0a005d50d89..4881b29b285 100644 --- a/www/zopeedit/Makefile +++ b/www/zopeedit/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2010/02/10 19:17:48 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2012/01/25 12:41:42 obache Exp $ # DISTNAME= zopeedit-0.7-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.zope.org/Members/Caseman/ExternalEditor/0.7/ EXTRACT_SUFX= .tgz @@ -12,15 +12,18 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.zope.org/Members/Caseman/ExternalEditor COMMENT= Helper client application for Zope's ExternalEditor -PYDISTUTILSPKG= yes - PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= #none + INSTALLATION_DIRS+= share/doc/zopeedit ${PKGMANDIR}/man1 post-install: ${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${PREFIX}/share/doc/zopeedit ${INSTALL_MAN} ${WRKSRC}/man/zopeedit.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 -.include "../../lang/python/extension.mk" +EGG_NAME= zopeedit-0.0.0 + +.include "../../lang/python/distutils.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/zopeedit/PLIST b/www/zopeedit/PLIST index 9316af551df..97cea25ad3c 100644 --- a/www/zopeedit/PLIST +++ b/www/zopeedit/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 22:00:42 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/01/25 12:41:42 obache Exp $ bin/zopeedit.py +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} man/man1/zopeedit.1 share/doc/zopeedit/README.txt |