diff options
Diffstat (limited to 'editors/leim21/Makefile')
-rw-r--r-- | editors/leim21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/leim21/Makefile b/editors/leim21/Makefile index 2dd0e409357..89d234a6817 100644 --- a/editors/leim21/Makefile +++ b/editors/leim21/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/03/19 08:58:37 uebayasi Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/29 12:40:43 jmmv Exp $ DISTNAME= leim-${VERSION} +WRKSRC= ${WRKDIR}/emacs-21.2/leim CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} DISTFILES= emacs-${VERSION}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX} @@ -15,7 +16,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes VERSION= 21.2 -WRKSRC= ${WRKDIR}/emacs-21.2/leim post-extract: @${ECHO} '#!/bin/sh' >${WRKSRC}/configure |