svn commit: r347603 - head/editors/emacs22
Martin Wilke
miwi at FreeBSD.org
Sun Mar 9 14:37:35 UTC 2014
Author: miwi
Date: Sun Mar 9 14:37:34 2014
New Revision: 347603
URL: http://svnweb.freebsd.org/changeset/ports/347603
QAT: https://qat.redports.org/buildarchive/r347603/
Log:
- Stage support
Modified:
head/editors/emacs22/Makefile
head/editors/emacs22/pkg-plist
Modified: head/editors/emacs22/Makefile
==============================================================================
--- head/editors/emacs22/Makefile Sun Mar 9 14:37:20 2014 (r347602)
+++ head/editors/emacs22/Makefile Sun Mar 9 14:37:34 2014 (r347603)
@@ -53,7 +53,6 @@ CONFIGURE_ARGS= --with-gtk
CONFIGURE_ARGS+= --without-xim
.endif
-MAN1= ctags.1 emacs.1 emacsclient.1 etags.1
PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET}
MAKE_ENV= LC_ALL=C
@@ -64,7 +63,6 @@ INFO= ada-mode autotype calc ccmode cl
org pcl-cvs pgg rcirc reftex sc ses sieve smtpmail speedbar \
tramp url vip viper widget woman
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
Modified: head/editors/emacs22/pkg-plist
==============================================================================
--- head/editors/emacs22/pkg-plist Sun Mar 9 14:37:20 2014 (r347602)
+++ head/editors/emacs22/pkg-plist Sun Mar 9 14:37:34 2014 (r347603)
@@ -2628,6 +2628,10 @@ libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH
%%DATADIR%%/%%EMACS_VER%%/lisp/xt-mouse.elc
%%DATADIR%%/%%EMACS_VER%%/site-lisp/subdirs.el
%%DATADIR%%/site-lisp/subdirs.el
+man/man1/ctags.1.gz
+man/man1/emacs.1.gz
+man/man1/emacsclient.1.gz
+man/man1/etags.1.gz
var/games/emacs/snake-scores
var/games/emacs/tetris-scores
@dirrmtry var/games/emacs
More information about the svn-ports-all
mailing list