summaryrefslogtreecommitdiff
path: root/security/scanssh
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /security/scanssh
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'security/scanssh')
-rw-r--r--security/scanssh/Makefile4
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"