diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 12:14:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 12:14:30 +0000 |
commit | a88b598dd62ce66e59fbde377e0b8a7a9d005594 (patch) | |
tree | c56f8f84434450ac32b875839c719d59250ff69c /net/rfbproxy | |
parent | 86d31dca902da83e0e24459645779b0efc210a4e (diff) | |
download | ports-a88b598dd62ce66e59fbde377e0b8a7a9d005594.tar.gz ports-a88b598dd62ce66e59fbde377e0b8a7a9d005594.zip |
Notes
Diffstat (limited to 'net/rfbproxy')
-rw-r--r-- | net/rfbproxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rfbproxy/Makefile b/net/rfbproxy/Makefile index 55021f7d0960..416f34ac0f92 100644 --- a/net/rfbproxy/Makefile +++ b/net/rfbproxy/Makefile @@ -13,8 +13,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -MAN1= rfbproxy.1 -PLIST_FILES= bin/rfbproxy +PLIST_FILES= bin/rfbproxy \ + man/man1/rfbproxy.1.gz + -NO_STAGE= yes .include <bsd.port.mk> |