diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 19:39:00 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 19:39:00 +0000 |
commit | 7c7f73ded5034bce7e102769d5c1287696a2f689 (patch) | |
tree | 1aa4bf677e79203e3def5742604b2d7d6187bcf9 /editors/xemacs-devel | |
parent | dae552c2f062eaf1ad47c2cf83579816658e1a95 (diff) | |
download | ports-7c7f73ded5034bce7e102769d5c1287696a2f689.tar.gz ports-7c7f73ded5034bce7e102769d5c1287696a2f689.zip |
various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.)
Notes
Notes:
svn path=/head/; revision=27796
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r-- | editors/xemacs-devel/Makefile | 3 | ||||
-rw-r--r-- | editors/xemacs-devel/pkg-descr | 2 | ||||
-rw-r--r-- | editors/xemacs-devel/pkg-plist | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index f2751d543e70..9f9a9036c31a 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME} MAINTAINER?= gj@FreeBSD.org -RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages +RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ @@ -27,6 +27,7 @@ XEMACS_REL= 21.1 XEMACS_VER= 21.1.9 DIST_SUBDIR= xemacs +SLAVEDIRS+= editors/xemacs21-mule USE_XLIB= yes USE_GMAKE= yes STRIP= diff --git a/editors/xemacs-devel/pkg-descr b/editors/xemacs-devel/pkg-descr index 878196cc3b08..8902e19d257f 100644 --- a/editors/xemacs-devel/pkg-descr +++ b/editors/xemacs-devel/pkg-descr @@ -18,4 +18,4 @@ display model, including support for Motif menu and scroll bars and the ability to run as a widget inside other applications. Many people say it looks nicer than GNU Emacs. -Web site: http://www.xemacs.org +WWW: http://www.xemacs.org diff --git a/editors/xemacs-devel/pkg-plist b/editors/xemacs-devel/pkg-plist index 99cad805bf8e..bfa183b6a4c8 100644 --- a/editors/xemacs-devel/pkg-plist +++ b/editors/xemacs-devel/pkg-plist @@ -1143,4 +1143,3 @@ lib/xemacs-%%XEMACS_VER%%/info/xemacs.info-9 @dirrm lib/xemacs-%%XEMACS_VER%%/info @dirrm lib/xemacs-%%XEMACS_VER%% @unexec rmdir %D/lib/xemacs 2>/dev/null || true - |