diff options
Diffstat (limited to 'devel/python-mode/Makefile')
-rw-r--r-- | devel/python-mode/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/python-mode/Makefile b/devel/python-mode/Makefile index 54f0cebd582..a9c462844ec 100644 --- a/devel/python-mode/Makefile +++ b/devel/python-mode/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.9 2004/07/22 09:16:01 recht Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/05 05:55:51 ben Exp $ # -DISTNAME= python-mode-4.6 -PKGREVISION= 1 +DISTNAME= python-mode-4.6.54 CATEGORIES= devel python -MASTER_SITES= http://www.python.org/emacs/python-mode/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-mode/} DISTFILES= python-mode.el MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.python.org/emacs/python-mode/ +HOMEPAGE= http://www.sourceforge.net/project/python-mode/ COMMENT= Emacs mode for editing python files # Note that XEmacs >=21.4.4 includes a python-mode in the prog-modes @@ -16,11 +15,12 @@ COMMENT= Emacs mode for editing python files EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 WRKSRC= ${WRKDIR} +DIST_SUBDIR= python-mode-20041204 .include "../../mk/emacs.mk" do-extract: - ${CP} ${DISTDIR}/python-mode.el ${WRKDIR} + ${CP} ${DISTDIR}/${DIST_SUBDIR}/python-mode.el ${WRKDIR} do-build: ${EMACS_BIN} --no-init-file -batch \ |