diff options
author | tron <tron@pkgsrc.org> | 2002-03-15 10:06:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-03-15 10:06:48 +0000 |
commit | c6fdba0147f15184715ace58300e0a12dd081903 (patch) | |
tree | 10da9c8cb5e59fb6e06cd46e992329e974d075d2 /editors/xemacs-packages/Makefile | |
parent | 8d0306c87fd5b427e937c091f30e09cd168f0d15 (diff) | |
download | pkgsrc-c6fdba0147f15184715ace58300e0a12dd081903.tar.gz |
Use new variable "PKGNAME_NOREV" instead of stripping the package revision
from the package name manually.
Diffstat (limited to 'editors/xemacs-packages/Makefile')
-rw-r--r-- | editors/xemacs-packages/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index dd769840deb..f59cfcbca3a 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2002/03/15 00:21:41 uebayasi Exp $ +# $NetBSD: Makefile,v 1.24 2002/03/15 10:06:48 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1999/06/22 22:16:53 gj Exp DISTNAME= xemacs-packages @@ -32,7 +32,7 @@ COMMENT= Common elisp packages for xemacs 21 DEPENDS+= xemacs>=21.1.14:../../editors/xemacs -DIST_SUBDIR= ${PKGNAME:S/nb1//} +DIST_SUBDIR= ${PKGNAME_NOREV} EXTRACT_ONLY= # empty NO_BUILD= yes WRKSRC= ${WRKDIR} |