diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /editors/matlab-mode/Makefile | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/matlab-mode/Makefile')
-rw-r--r-- | editors/matlab-mode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/matlab-mode/Makefile b/editors/matlab-mode/Makefile index b4485c2971d..10672f13798 100644 --- a/editors/matlab-mode/Makefile +++ b/editors/matlab-mode/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:34:38 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:14:05 agc 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= @@ -12,6 +11,7 @@ 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} |