summaryrefslogtreecommitdiff
path: root/editors/emacs22
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-07-24 15:10:14 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-07-24 15:10:14 +0000
commitc925c340dd97e7ad1d69c678a1fadd6e4812218d (patch)
treed1416e18a908c186dcbc6027e4b0c82a401d5b9d /editors/emacs22
parent- Update distinfo (minor changes: modified script and vncviewer distribution). (diff)
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
in bsd.port.mk. Tested with: my tinderbox on i386 6 Approved by: portmgr
Notes
Notes: svn path=/head/; revision=196216
Diffstat (limited to 'editors/emacs22')
-rw-r--r--editors/emacs22/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index b47f0d01ddbb..52bd8e2524a0 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -54,8 +54,6 @@ CONFIGURE_ARGS= --with-gtk
CONFIGURE_ARGS+= --without-xim
.endif
-CONFIGURE_ARGS+= --infodir='$${prefix}/info' --mandir='$${prefix}/man'
-
MAN1= ctags.1 emacs.1 emacsclient.1 etags.1
PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET}