mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
a3cc513bfc
- Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506
14 lines
508 B
Plaintext
14 lines
508 B
Plaintext
--- texi/Makefile.in.orig 2016-01-25 11:09:17 UTC
|
|
+++ texi/Makefile.in
|
|
@@ -45,8 +45,8 @@ DESTDIR =
|
|
|
|
TEXI_FILES = tramp.texi trampver.texi doclicense.texi docstyle.texi \
|
|
$(if $(findstring yes, @INSTALL_CHAPTER@), trampinst.texi)
|
|
-INFO_FILES = $(localinfodir)/tramp
|
|
-INSTALL_FILES = $(DESTDIR)$(infodir)/tramp
|
|
+INFO_FILES = $(localinfodir)/tramp.info
|
|
+INSTALL_FILES = $(DESTDIR)$(infodir)/tramp.info
|
|
CLEAN_FILES = @TRAMP_CLEAN_FILES@ $(wildcard $(localinfodir)/*)
|
|
|
|
# To be used by maintainer only.
|