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 | 68e171a37eed2faea23e48d368f22061c0c882ab (patch) | |
tree | 64d3df3db831400effd48624f4976d1320c87222 /editors | |
parent | 56d826a913ba742d69b2e05a5f34b217e088f456 (diff) | |
download | pkgsrc-68e171a37eed2faea23e48d368f22061c0c882ab.tar.gz |
Do not override version.
Diffstat (limited to 'editors')
-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 |