diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-12-22 22:51:25 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-12-22 22:51:25 +0800 |
commit | ad49536a43a13acdb7a59ab16050e26b5900011e (patch) | |
tree | 9b13bc05cdc075dd2f81e029355b8110bb8cb4f2 | |
parent | f3512b34602947150b8bf96b55544c65f06d481e (diff) | |
download | freebsd-ports-gnome-ad49536a43a13acdb7a59ab16050e26b5900011e.tar.gz freebsd-ports-gnome-ad49536a43a13acdb7a59ab16050e26b5900011e.tar.zst freebsd-ports-gnome-ad49536a43a13acdb7a59ab16050e26b5900011e.zip |
Some portlint cleanups.
PR: ports/118210
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
-rw-r--r-- | editors/emacs21/Makefile | 14 | ||||
-rw-r--r-- | editors/emacs21/pkg-message | 2 |
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 * |