diff options
author | jym <jym@pkgsrc.org> | 2011-07-03 12:07:43 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2011-07-03 12:07:43 +0000 |
commit | bf8ea825085c399b1596b2e947091ebcf6abd0bb (patch) | |
tree | 942244c9436e512b337d0a0b26e87f0dce8ccd55 /www/py-blosxom | |
parent | 1420f821f9d389e8c4a5cc98fb684580676d66c7 (diff) | |
download | pkgsrc-bf8ea825085c399b1596b2e947091ebcf6abd0bb.tar.gz |
check-interpreter fix.
XXX There's a reproducible CHECKSUM error on distfile. As I am not the
maintainer, distinfo file remains untouched.
Diffstat (limited to 'www/py-blosxom')
-rw-r--r-- | www/py-blosxom/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-blosxom/Makefile b/www/py-blosxom/Makefile index 6e6e40ece7f..92dec57d7f4 100644 --- a/www/py-blosxom/Makefile +++ b/www/py-blosxom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/08/06 14:46:16 hauke Exp $ +# $NetBSD: Makefile,v 1.3 2011/07/03 12:07:43 jym Exp $ # PYBLOXSOMVERS= 1.5 @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/pybloxsom-1.5rc2 INSTALLATION_DIRS= ${DOC_SUBDIR} -REPLACE_PYTHON= ${WRKSRC}/*.py +REPLACE_PYTHON= Pyblosxom/data/pyblosxom.cgi EGG_NAME= ${DISTNAME} # There is a set of manual files in docs/source that could be @@ -35,5 +35,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR}/${f} .endfor +.include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |