aboutsummaryrefslogtreecommitdiff
path: root/net/tsctp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tsctp/Makefile')
-rw-r--r--net/tsctp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/tsctp/Makefile b/net/tsctp/Makefile
index 733b341b517e..5b99a8c6d9c9 100644
--- a/net/tsctp/Makefile
+++ b/net/tsctp/Makefile
@@ -1,7 +1,7 @@
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
PORTNAME= tsctp
-PORTVERSION= 0.7.4
+PORTVERSION= 0.7.5
CATEGORIES= net
MASTER_SITES= https://www.uni-due.de/~be0001/tsctp/download/
@@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz cmake
-PLIST_FILES= bin/tsctp man/man1/tsctp.1.gz
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man
+PLIST_FILES= bin/tsctp man/man1/tsctp.1.gz
+
.include <bsd.port.mk>