diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-01-28 15:20:41 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-01-28 15:20:41 +0000 |
commit | bb09c337f365983883d523618d8c9250d02e6634 (patch) | |
tree | e72297a85943ebbf19777ff530d0697a96e11b1a /www/emacs-w3m | |
parent | ac755a0c70928029271f54a32c5f0426b2c43334 (diff) | |
download | ports-bb09c337f365983883d523618d8c9250d02e6634.tar.gz ports-bb09c337f365983883d523618d8c9250d02e6634.zip |
Fix installation of icons for emacs-w3m-emacs22.
Reported by: itetcu
Notes
Notes:
svn path=/head/; revision=248759
Diffstat (limited to 'www/emacs-w3m')
-rw-r--r-- | www/emacs-w3m/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index e0e9f71dc1ea..26e621c4d8e6 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -59,6 +59,10 @@ SEMI_PORT= ${PORTSDIR}/editors/semi INSTALL_TARGET= install install-icons .endif +.if (${EMACS_PORT_NAME} == "emacs22") +INSTALL_TARGET= install install-icons +.endif + .if (${EMACS_PORT_NAME} == "emacs21") MULE_UCS_PORT= ${PORTSDIR}/converters/mule-ucs INSTALL_TARGET= install install-icons |