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 | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /security/rc5des | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.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" |