diff options
Diffstat (limited to 'net/udptunnel')
-rw-r--r-- | net/udptunnel/Makefile | 1 | ||||
-rw-r--r-- | net/udptunnel/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/udptunnel/Makefile b/net/udptunnel/Makefile index eb2218c..85c27d6 100644 --- a/net/udptunnel/Makefile +++ b/net/udptunnel/Makefile @@ -14,5 +14,6 @@ MAINTAINER= leeym@FreeBSD.org COMMENT= Tunnel UDP packets over a TCP connection GNU_CONFIGURE= yes +PLIST_FILES= bin/udptunnel .include <bsd.port.mk> diff --git a/net/udptunnel/pkg-plist b/net/udptunnel/pkg-plist deleted file mode 100644 index 7125a0b..0000000 --- a/net/udptunnel/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/udptunnel |