diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-05-10 01:18:34 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-05-10 01:18:34 +0000 |
commit | a8e832676a1d955565b508f105fd65a4b69d958c (patch) | |
tree | 8e23eb1ca67b9e96674db9491e3ac10e08686d89 | |
parent | a6b9f4a80fb96a9f5136d86f3c3f0ab71e02acb5 (diff) | |
download | pkgsrc-a8e832676a1d955565b508f105fd65a4b69d958c.tar.gz |
Move WRKSRC from the DISTNAME section to silence a pkglint FATAL error.
-rw-r--r-- | security/mit-krb5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index f84cadf17c5..2d708e2135a 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/04/26 06:58:28 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/10 01:18:34 kristerw Exp $ DISTNAME= krb5-1.3.3 PKGNAME= mit-${DISTNAME} -WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= security MAINTAINER= jlam@NetBSD.org @@ -11,6 +10,8 @@ COMMENT= MIT Kerberos 5 authentication system RESTRICTED= "Redistribution is restricted by U.S. export regulations" +WRKSRC= ${WRKDIR}/${DISTNAME}/src + .include "../../mk/bsd.prefs.mk" USE_MIT_KRB5_MASTER_SITE?= yes |