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 /sysutils/easydiskpasswd | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'sysutils/easydiskpasswd')
-rw-r--r-- | sysutils/easydiskpasswd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/easydiskpasswd/Makefile b/sysutils/easydiskpasswd/Makefile index 286c2d5cd38..59775983194 100644 --- a/sysutils/easydiskpasswd/Makefile +++ b/sysutils/easydiskpasswd/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/19 20:56:57 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:27 jmmv Exp $ DISTNAME= easydiskpasswd-1.0 +WRKSRC= ${WRKDIR} CATEGORIES= sysutils DISTFILES= # empty MAINTAINER= drochner@netbsd.org COMMENT= tool to unlock a password protected USB "EasyDisk" -WRKSRC= ${WRKDIR} NO_CHECKSUM= yes # we depend on SCIOCCOMMAND and the "make" infrastructure |