1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Some portlint cleanups.

PR:		ports/118210
Submitted by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com>
This commit is contained in:
MANTANI Nobutaka 2007-12-22 14:51:25 +00:00
parent bb854bcd10
commit f9fa1f532e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204346
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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 *