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/libidea | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'security/libidea')
-rw-r--r-- | security/libidea/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libidea/Makefile b/security/libidea/Makefile index f99751d2731..d32c5be8092 100644 --- a/security/libidea/Makefile +++ b/security/libidea/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:52:57 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:25:34 agc Exp $ # DISTNAME= libidea-0.8.2b -WRKSRC= ${WRKDIR}/idea 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.media-crypt.com/pages/fidea.html COMMENT= IDEA block cipher library +WRKSRC= ${WRKDIR}/idea CRYPTO= YES LICENCE= IDEA-licence RESTRICTED= IDEA is a patented algorithm that requires proper licensing |