aboutsummaryrefslogtreecommitdiff
path: root/security/tinc/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-11-29 19:56:51 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-11-29 19:56:51 +0000
commit071c101b9bb2f271c2593fdb7916b8423fe49354 (patch)
tree992a6bea2e72e0fa1f76e1a09ec36854d6224498 /security/tinc/Makefile
parent033f7347f80266e9e01663ffe8a1a6ffb2dc71c8 (diff)
downloadports-071c101b9bb2f271c2593fdb7916b8423fe49354.tar.gz
ports-071c101b9bb2f271c2593fdb7916b8423fe49354.zip
Notes
Diffstat (limited to 'security/tinc/Makefile')
-rw-r--r--security/tinc/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile
index 3bacea970a54..98f25feb39d5 100644
--- a/security/tinc/Makefile
+++ b/security/tinc/Makefile
@@ -15,8 +15,6 @@ LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2
LICENSE= GPLv3
-NO_STAGE= yes
-
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -24,9 +22,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --localstatedir=/var
USE_RC_SUBR= tincd
-PLIST_FILES= sbin/tincd
-MAN5= tinc.conf.5
-MAN8= tincd.8
+PLIST_FILES= sbin/tincd \
+ man/man5/tinc.conf.5.gz man/man8/tincd.8.gz
+
INFO= tinc
.include <bsd.port.mk>