diff options
author | uebayasi <uebayasi> | 2009-03-09 15:05:30 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2009-03-09 15:05:30 +0000 |
commit | 7445530ac16423eeb90bf8c1f125de659489bffb (patch) | |
tree | 71d9fadca9440918b6c6e7a4af7003e5be87a9e2 /www | |
parent | 8adaa53d5628cac2fbf427e755742c7d921c6b68 (diff) | |
download | pkgsrc-7445530ac16423eeb90bf8c1f125de659489bffb.tar.gz |
_EMACS_VERSION_NOREV is no more. Use _EMACS_VERSION_MAJOR.
Pointed out & patch submitted by Aleksey Cheusov. Thanks!
Diffstat (limited to 'www')
-rw-r--r-- | www/emacs-w3m/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index 79961f198b7..88d481df285 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/10/13 08:07:02 uebayasi Exp $ +# $NetBSD: Makefile,v 1.25 2009/03/09 15:05:30 uebayasi Exp $ DISTNAME= emacs-w3m-1.4.4 PKGREVISION= 1 @@ -48,7 +48,7 @@ ICONDIR= ${PREFIX}/${ETCDIR} INSTALL_TARGET.emacs= install install-icons INSTALL_TARGET.xemacs= install-package -ETCDIR.emacs= share/emacs/${_EMACS_VERSION_NOREV}/etc/w3m +ETCDIR.emacs= share/emacs/${_EMACS_VERSION_MAJOR}/etc/w3m ETCDIR.xemacs= lib/xemacs/site-packages/etc/w3m post-install: |