pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openafs Use PKGNAME_NOREV instead of manually doin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7beb3174189b
branches:  trunk
changeset: 495751:7beb3174189b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 19 16:03:51 2005 +0000

description:
Use PKGNAME_NOREV instead of manually doing the same.

diffstat:

 net/openafs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 77a0b7bdcbd6 -r 7beb3174189b net/openafs/Makefile
--- a/net/openafs/Makefile      Sun Jun 19 15:48:00 2005 +0000
+++ b/net/openafs/Makefile      Sun Jun 19 16:03:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/06/19 15:48:00 tsarna Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/19 16:03:51 wiz Exp $
 
 DISTNAME=      openafs-1.3.84-src
 PKGREVISION=   1
@@ -25,7 +25,7 @@
 
 USE_GNU_CONFIGURE_HOST= no
 
-WRKSRC=                ${WRKDIR}/${DISTNAME:C/-src//}
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
 PKG_SUPPORTED_OPTIONS = pam
 PKG_OPTIONS_VAR       = PKG_OPTIONS.openafs



Home | Main Index | Thread Index | Old Index