pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/mit-krb5 Move WRKSRC from the DISTNAME sectio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ad2a0e848e9
branches:  trunk
changeset: 475100:6ad2a0e848e9
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon May 10 01:18:34 2004 +0000

description:
Move WRKSRC from the DISTNAME section to silence a pkglint FATAL error.

diffstat:

 security/mit-krb5/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 080b3a84e127 -r 6ad2a0e848e9 security/mit-krb5/Makefile
--- a/security/mit-krb5/Makefile        Mon May 10 01:15:14 2004 +0000
+++ b/security/mit-krb5/Makefile        Mon May 10 01:18:34 2004 +0000
@@ -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@localhost
@@ -11,6 +10,8 @@
 
 RESTRICTED=    "Redistribution is restricted by U.S. export regulations"
 
+WRKSRC=                ${WRKDIR}/${DISTNAME}/src
+
 .include "../../mk/bsd.prefs.mk"
 
 USE_MIT_KRB5_MASTER_SITE?=     yes



Home | Main Index | Thread Index | Old Index