diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-24 15:10:14 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-24 15:10:14 +0000 |
commit | c925c340dd97e7ad1d69c678a1fadd6e4812218d (patch) | |
tree | d1416e18a908c186dcbc6027e4b0c82a401d5b9d /editors/emacs | |
parent | d49f588c082eafffb760c278a743f2665b9bcdeb (diff) | |
download | ports-c925c340dd97e7ad1d69c678a1fadd6e4812218d.tar.gz ports-c925c340dd97e7ad1d69c678a1fadd6e4812218d.zip |
Notes
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index b47f0d01ddbb..52bd8e2524a0 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/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} |