summaryrefslogtreecommitdiff
path: root/security/libbf
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/libbf
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'security/libbf')
-rw-r--r--security/libbf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libbf/Makefile b/security/libbf/Makefile
index e36ed0c946a..d0aeff95a90 100644
--- a/security/libbf/Makefile
+++ b/security/libbf/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 17:20:10 martti Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/20 12:25:34 agc Exp $
#
DISTNAME= libbf-0.8.2b
-WRKSRC= ${WRKDIR}/bf
CATEGORIES= security
MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/libeay/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/ \
@@ -13,6 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.counterpane.com/blowfish.html
COMMENT= Blowfish block cipher library
+WRKSRC= ${WRKDIR}/bf
CRYPTO= YES
.include "../../mk/bsd.prefs.mk"