diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /editors/matlab-mode/Makefile | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'editors/matlab-mode/Makefile')
-rw-r--r-- | editors/matlab-mode/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/matlab-mode/Makefile b/editors/matlab-mode/Makefile index 1043bcde5e7..443bfce580e 100644 --- a/editors/matlab-mode/Makefile +++ b/editors/matlab-mode/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 01:32:43 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/29 12:40:44 jmmv Exp $ # DISTNAME= matlab.el PKGNAME= matlab-mode-2.3 +WRKSRC= ${WRKDIR} CATEGORIES= editors math MASTER_SITES= http://www.mathworks.com/matlabcentral/files/104/ EXTRACT_SUFX= @@ -11,8 +12,6 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=104&objectType=file COMMENT= Matlab mode for Emacs -WRKSRC= ${WRKDIR} - EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKDIR} DIST_SUBDIR= ${PKGNAME} |