diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-09-05 09:25:23 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-09-05 09:25:23 +0800 |
commit | 8563a369810b2358ce2b4be7438c34c38140d572 (patch) | |
tree | 2d3fad7ef7c89e9b09cd881e73df92a3345aacc0 /net/tramp | |
parent | 509ac9cef85d9be310bcf50d41fd9a1116f5220c (diff) | |
download | freebsd-ports-gnome-8563a369810b2358ce2b4be7438c34c38140d572.tar.gz freebsd-ports-gnome-8563a369810b2358ce2b4be7438c34c38140d572.tar.zst freebsd-ports-gnome-8563a369810b2358ce2b4be7438c34c38140d572.zip |
- Unbreak by avoiding overwrite of $PREFIX/info/dir.
Thanks to: kris
Diffstat (limited to 'net/tramp')
-rw-r--r-- | net/tramp/Makefile | 4 | ||||
-rw-r--r-- | net/tramp/files/patch-texi-Makefile.in | 14 |
2 files changed, 11 insertions, 7 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile index a2d23048081c..635590b6ea09 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -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 diff --git a/net/tramp/files/patch-texi-Makefile.in b/net/tramp/files/patch-texi-Makefile.in index 264099efc164..212478dbb1b0 100644 --- a/net/tramp/files/patch-texi-Makefile.in +++ b/net/tramp/files/patch-texi-Makefile.in @@ -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 |