diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-15 03:01:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-15 03:01:57 +0000 |
commit | 133d519c2d93c89fd795e5b53e29817f58f203fc (patch) | |
tree | 64d3df3db831400effd48624f4976d1320c87222 | |
parent | 7f5e976c4d271559f07ca1c3d98c79d04f201c0b (diff) | |
download | pkgsrc-133d519c2d93c89fd795e5b53e29817f58f203fc.tar.gz |
Do not override version.
-rw-r--r-- | editors/xemacs-nox11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-nox11/Makefile b/editors/xemacs-nox11/Makefile index f7a1abd80f9..bcd0ccb4944 100644 --- a/editors/xemacs-nox11/Makefile +++ b/editors/xemacs-nox11/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/02/15 02:58:46 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2004/02/15 03:01:57 minskim Exp $ .include "../../editors/xemacs/Makefile.common" -PKGNAME= xemacs-nox11-21.4.15 +PKGNAME= ${DISTNAME:S/xemacs/xemacs-nox11/} MAINTAINER= magick@NetBSD.org |