mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Unbreak by avoiding overwrite of $PREFIX/info/dir.
Thanks to: kris
This commit is contained in:
parent
f9ca419c59
commit
8fbd2d36a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172255
@ -15,10 +15,6 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Transparent remote file access tool for emacsen
|
||||
|
||||
BROKEN= removes files not belonging to it on deinstall
|
||||
DEPRECATED= ${BROKEN}
|
||||
EXPIRATION_DATE=2006-12-01
|
||||
|
||||
USE_EMACS= yes
|
||||
EMACS_PORT_NAME?= emacs21
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- texi/Makefile.in.orig Tue Mar 14 22:27:20 2006
|
||||
+++ texi/Makefile.in Tue Jul 4 15:03:31 2006
|
||||
--- texi/Makefile.in.orig Wed Mar 15 06:27:20 2006
|
||||
+++ texi/Makefile.in Tue Sep 5 08:44:47 2006
|
||||
@@ -50,10 +50,10 @@
|
||||
TEXI_FILES = tramp.texi trampver.texi \
|
||||
$(if $(findstring yes, @INSTALL_CHAPTER@), trampinst.texi)
|
||||
@ -15,7 +15,15 @@
|
||||
CLEAN_FILES = @TRAMP_CLEAN_FILES@ $(wildcard $(localinfodir)/*)
|
||||
|
||||
# To be used by maintainer only
|
||||
@@ -73,12 +73,12 @@
|
||||
@@ -66,19 +66,19 @@
|
||||
|
||||
tramp: $(INFO_FILES) $(localinfodir)/dir
|
||||
|
||||
-install: tramp $(INSTALL_FILES) $(DESTDIR)$(infodir)/dir
|
||||
+install: tramp $(INSTALL_FILES)
|
||||
|
||||
clean:
|
||||
$(RM) $(CLEAN_FILES)
|
||||
|
||||
distclean: clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user