diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 1e53090cc228edde244c3b79950271b8ca469b1f (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /security/rc5des | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'security/rc5des')
-rw-r--r-- | security/rc5des/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/rc5des/Makefile b/security/rc5des/Makefile index 5f8e2250b77..478fbea1ed1 100644 --- a/security/rc5des/Makefile +++ b/security/rc5des/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 22:53:12 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:25:34 agc Exp $ # DISTNAME= rc5-mlg-004 PKGNAME= rc5des-0.4 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/RC5 CATEGORIES= security MASTER_SITES= http://www.flame.org/netbsd-rc5/ @@ -12,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.distributed.net/rc5/ COMMENT= Binaries for taking part in the rc5des challenge +WRKSRC= ${WRKDIR}/RC5 + # This package requires emulators/compat12,compat13 and compat14 # but only if we aren't running the relevant release natively. .include "../../mk/bsd.prefs.mk" |