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/xemacs-packages/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/xemacs-packages/Makefile')
-rw-r--r-- | editors/xemacs-packages/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 6176dc67363..c1f0e3d5da2 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2003/03/04 22:06:29 tron Exp $ +# $NetBSD: Makefile,v 1.34 2003/03/29 12:40:47 jmmv Exp $ DISTNAME= xemacs-packages PKGNAME= xemacs-packages-1.11 +WRKSRC= ${WRKDIR} CATEGORIES= editors MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/packages/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ @@ -134,7 +135,6 @@ DEPENDS+= xemacs>=21.1.14:../../editors/xemacs DIST_SUBDIR= ${PKGNAME_NOREV} EXTRACT_ONLY= # empty NO_BUILD= yes -WRKSRC= ${WRKDIR} .include "../../editors/xemacs/Makefile.pkg" |