diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-25 09:51:13 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 18:59:40 -0500 |
commit | 89e9241959d1b038fedc69fcc4eee8bd6663774a (patch) | |
tree | 180cdc28429b9062ba7f67b8569e12693c628d38 /net/tightvnc/files/patch-Imakefile | |
parent | net/minisapserver: Remove expired port: (diff) |
net/tightvnc: Remove expired port:
2023-03-31 net/tightvnc: Last release in 2009, newer version 2.x is available for Windows only.
Diffstat (limited to 'net/tightvnc/files/patch-Imakefile')
-rw-r--r-- | net/tightvnc/files/patch-Imakefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/tightvnc/files/patch-Imakefile b/net/tightvnc/files/patch-Imakefile deleted file mode 100644 index 6e9d0c3b8184..000000000000 --- a/net/tightvnc/files/patch-Imakefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Imakefile.orig 2002-04-30 13:07:31 UTC -+++ Imakefile -@@ -11,6 +11,7 @@ World: - @echo Built $(SUBDIRS). - @echo 'To build Xvnc, do "cd Xvnc", followed by "./configure" then "make"' - @echo "" -+ ( cd Xvnc && ./configure && make ) - - libs: - @echo 'No libraries included.' |