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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /security/libbf | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'security/libbf')
-rw-r--r-- | security/libbf/Makefile | 4 |
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" |