diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-10 20:57:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-10 20:57:17 +0000 |
commit | 1944aa58f9067bbb169d8ee6c35a84b089f4d8b5 (patch) | |
tree | 125fe24123828655a23c3633bf1540d717d9f136 /net/tsclient | |
parent | 720943eccf7a5deba475f2472ceda8c6588caf3c (diff) | |
download | ports-1944aa58f9067bbb169d8ee6c35a84b089f4d8b5.tar.gz ports-1944aa58f9067bbb169d8ee6c35a84b089f4d8b5.zip |
Somehow, this patch had its contents duplicated. Remove the duplicate
patch from this file.
Notes
Notes:
svn path=/head/; revision=93702
Diffstat (limited to 'net/tsclient')
-rw-r--r-- | net/tsclient/files/patch-Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/tsclient/files/patch-Makefile.in b/net/tsclient/files/patch-Makefile.in index c68e82febc4f..16c878bef0ca 100644 --- a/net/tsclient/files/patch-Makefile.in +++ b/net/tsclient/files/patch-Makefile.in @@ -8,15 +8,3 @@ +man1dir = $(prefix)/man/man1 intlfiles = intltool-extract.in intltool-merge.in intltool-update.in - ---- Makefile.in.orig Sun Nov 9 19:01:24 2003 -+++ Makefile.in Sun Nov 9 19:02:30 2003 -@@ -161,7 +161,7 @@ - mime_DATA = tsclient.mime tsclient.keys - - man1_MANS = tsclient.1 --man1dir = $(datadir)/man/man1 -+man1dir = $(prefix)/man/man1 - - intlfiles = intltool-extract.in intltool-merge.in intltool-update.in - |