diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /security/scanssh | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'security/scanssh')
-rw-r--r-- | security/scanssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 5cf552406db..abc2b7f1fcb 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2003/07/21 17:20:35 martti Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/20 12:25:34 agc Exp $ DISTNAME= scanssh-1.6b -WRKSRC= ${WRKDIR}/scanssh CATEGORIES= security MASTER_SITES= http://monkey.org/~provos/ \ ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/scanssh/ @@ -10,6 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://monkey.org/~provos/scanssh/ COMMENT= SSH remote version scanner +WRKSRC= ${WRKDIR}/scanssh GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |