aboutsummaryrefslogtreecommitdiff
path: root/net/hanstunnel
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2013-09-02 15:40:00 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2013-09-02 15:40:00 +0000
commitf3b28b1ba8b7449c7914b5baf9e2bf9d2e11e40b (patch)
tree9c649a5acfb040b601b2c6ba81deb6802bbe3968 /net/hanstunnel
parentbee65d048d4a483a80e30ef3d533a6d1ce574ed5 (diff)
downloadports-f3b28b1ba8b7449c7914b5baf9e2bf9d2e11e40b.tar.gz
ports-f3b28b1ba8b7449c7914b5baf9e2bf9d2e11e40b.zip
- Set correctly MASTER_SITES
- Use appropriate COMMENT - Move pkg-message to files/pkg-message.in using SUB_FILES - Use INSTALL_PROGRAM PR: ports/180180 Submitted by: lippe@ Approved by: Alexander Panyushkin <vsityz@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=326014
Diffstat (limited to 'net/hanstunnel')
-rw-r--r--net/hanstunnel/Makefile9
-rw-r--r--net/hanstunnel/files/pkg-message.in (renamed from net/hanstunnel/pkg-message)0
2 files changed, 5 insertions, 4 deletions
diff --git a/net/hanstunnel/Makefile b/net/hanstunnel/Makefile
index 1f3b74cece3c..0832da1c8700 100644
--- a/net/hanstunnel/Makefile
+++ b/net/hanstunnel/Makefile
@@ -4,13 +4,12 @@
PORTNAME= hans
PORTVERSION= 0.4.1
CATEGORIES= net security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= /hanstunnel/source/
+MASTER_SITES= SF/hanstunnel/source
MAINTAINER= vsityz@gmail.com
COMMENT= Hans makes it possible to tunnel IPv4 through ICMP
-LICENSE_PERMS_GPL3= yes
+LICENSE= GPLv3
OPTIONS_DEFINE= CLANG
@@ -20,6 +19,8 @@ OPTIONS_DEFAULT= CLANG
PLIST_FILES= bin/hans
+SUB_FILES= pkg-message
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCLANG}
@@ -38,7 +39,7 @@ CPP=gcpp
.endif
do-install:
- @${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${WRKSRC}/hans ${LOCALBASE}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/hans ${LOCALBASE}/bin
post-install: .SILENT
${ECHO_MSG}
diff --git a/net/hanstunnel/pkg-message b/net/hanstunnel/files/pkg-message.in
index 023661b7b432..023661b7b432 100644
--- a/net/hanstunnel/pkg-message
+++ b/net/hanstunnel/files/pkg-message.in