diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-19 16:03:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-19 16:03:51 +0000 |
commit | 40810b3bb68c59f21b0b34f1e19aedad7a08ef7c (patch) | |
tree | d79bb1f8524c8a593fee49b7b23aa13c78051e0c | |
parent | 05270e6e2f3cc548bf2202b0b4331f91d120b610 (diff) | |
download | pkgsrc-40810b3bb68c59f21b0b34f1e19aedad7a08ef7c.tar.gz |
Use PKGNAME_NOREV instead of manually doing the same.
-rw-r--r-- | net/openafs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openafs/Makefile b/net/openafs/Makefile index 4183e4d4d59..47959617eca 100644 --- a/net/openafs/Makefile +++ b/net/openafs/Makefile @@ -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 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} USE_GNU_CONFIGURE_HOST= no -WRKSRC= ${WRKDIR}/${DISTNAME:C/-src//} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} PKG_SUPPORTED_OPTIONS = pam PKG_OPTIONS_VAR = PKG_OPTIONS.openafs |