aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs21
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-12-22 14:51:25 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-12-22 14:51:25 +0000
commitf9fa1f532ecba49fc9a724507619c727ba56e414 (patch)
tree89551078768ea2cfa5780caa18b8e532baefd7f2 /editors/emacs21
parentbb854bcd108a3867f4ffc88caa767a24831b9a0c (diff)
downloadports-f9fa1f532ecba49fc9a724507619c727ba56e414.tar.gz
ports-f9fa1f532ecba49fc9a724507619c727ba56e414.zip
Notes
Diffstat (limited to 'editors/emacs21')
-rw-r--r--editors/emacs21/Makefile14
-rw-r--r--editors/emacs21/pkg-message2
2 files changed, 8 insertions, 8 deletions
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile
index 384aaaa0f777..08e923851581 100644
--- a/editors/emacs21/Makefile
+++ b/editors/emacs21/Makefile
@@ -12,6 +12,12 @@ CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU:C/\/gnu\//\/old-gnu\//g}
MASTER_SITE_SUBDIR= ${PORTNAME}
+.if defined(WITH_MENUBAR_FONTSET)
+PATCH_SITES= http://nijino.homelinux.net/emacs/
+PATCHFILES= emacs-21.1-fontset.patch emacs-21.2-menu-encode.patch
+PATCH_DIST_STRIP= -p1
+.endif
+
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= GNU editing macros
@@ -29,12 +35,6 @@ USE_XLIB= yes
USE_XPM= yes
.endif
-.if defined(WITH_MENUBAR_FONTSET)
-PATCH_SITES= http://nijino.homelinux.net/emacs/
-PATCHFILES= emacs-21.1-fontset.patch emacs-21.2-menu-encode.patch
-PATCH_DIST_STRIP= -p1
-.endif
-
USE_AUTOTOOLS= autoconf:213
USE_GMAKE= yes
@@ -55,7 +55,7 @@ TEXIFILES= ada-mode autotype cc-mode cl dired-x ebrowse ediff \
INFO= ada-mode autotype ccmode cl dired-x ebrowse ediff \
efaq emacs emacs-mime eshell eudc forms gnus idlwave \
info message mh-e pcl-cvs reftex sc speedbar vip \
- viper widget woman
+ viper widget woman
LATEST_LINK= emacs21
diff --git a/editors/emacs21/pkg-message b/editors/emacs21/pkg-message
index 56fb577ebac4..757a14572e16 100644
--- a/editors/emacs21/pkg-message
+++ b/editors/emacs21/pkg-message
@@ -4,7 +4,7 @@
* LEIM: Libraries of Emacs Input Method *
* package. *
* You can find leim port in the following directory: *
-* /usr/ports/editors/leim21 *
+* ${PORTSDIR}/editors/leim21 *
* *
* If you want to use multibyte characters in the menubar, *
* make WITH_MENUBAR_FONTSET=yes install *