diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-17 19:54:46 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-17 19:54:46 +0000 |
commit | c73608c657d57643897860a14e8d387c23e912af (patch) | |
tree | d9d83234e8c0a766501068e19b4bcd26ac1e6801 /net/portfwd/files | |
parent | Connect translate to the build. (diff) |
add portfwd 0.24
A Port Forwarding Daemon
PR: 37770
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes:
svn path=/head/; revision=61442
Diffstat (limited to 'net/portfwd/files')
-rw-r--r-- | net/portfwd/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | net/portfwd/files/patch-doc::Makefile.in | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net/portfwd/files/patch-Makefile.in b/net/portfwd/files/patch-Makefile.in new file mode 100644 index 000000000000..0670d74426c6 --- /dev/null +++ b/net/portfwd/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun May 5 16:53:37 2002 ++++ Makefile.in Sun May 5 16:54:13 2002 +@@ -70,7 +70,7 @@ + + SUBDIRS = getopt src tools doc + +-docdir = $(prefix)/doc/portfwd ++docdir = $(prefix)/share/doc/portfwd + doc_DATA = COPYING README CREDITS TODO + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs diff --git a/net/portfwd/files/patch-doc::Makefile.in b/net/portfwd/files/patch-doc::Makefile.in new file mode 100644 index 000000000000..a0be9053fd18 --- /dev/null +++ b/net/portfwd/files/patch-doc::Makefile.in @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Sun May 5 18:01:09 2002 ++++ doc/Makefile.in Sun May 5 18:01:31 2002 +@@ -71,7 +71,7 @@ + man_MANS = portfwd.8 portfwd.cfg.5 + noinst_DATA = INSTALL.configure + +-docdir = $(prefix)/doc/portfwd ++docdir = $(prefix)/share/doc/portfwd + doc_DATA = FAQ conf.txt + mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs + CONFIG_HEADER = ../config.h |