summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-29 14:29:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-29 14:29:18 +0000
commitf1749e4ab1795953ad8807b40fcb138ad425a53f (patch)
treec09c83633fb69d859c6df4ea95f7abf5603e7106 /security
parent- Remove bogus (in presence of USE_GITHUB) USES=tar* (diff)
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=429918
Diffstat (limited to 'security')
-rw-r--r--security/honggfuzz/Makefile8
-rw-r--r--security/proxytunnel/Makefile6
-rw-r--r--security/tripwire/Makefile2
3 files changed, 10 insertions, 6 deletions
diff --git a/security/honggfuzz/Makefile b/security/honggfuzz/Makefile
index 1867bd04e927..5cac1b68f0b2 100644
--- a/security/honggfuzz/Makefile
+++ b/security/honggfuzz/Makefile
@@ -11,7 +11,7 @@ COMMENT= General-purpose fuzzer with simple, command-line interface
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gmake tar:tgz
+USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= google
GC_TAGNAME= 6d01e82
@@ -22,12 +22,14 @@ BROKEN_FreeBSD_9=Does not build on 9.x: compiler options unrecognized
# inplace replacement to remove relative binary path in examples scripts
post-patch:
- ${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh
- ${REINPLACE_CMD} -i "" -e 's,gcc,${CC},' \
+ @${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh
+ @${REINPLACE_CMD} -i "" -e 's,gcc,${CC},' \
-e 's| -Werror||' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile
index 1e69d10a4fbe..5729d32379d8 100644
--- a/security/proxytunnel/Makefile
+++ b/security/proxytunnel/Makefile
@@ -8,12 +8,14 @@ CATEGORIES= security
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy
-LICENSE= GPLv2
+LICENSE= GPLv2+ BSD3CLAUSE MIT
+LICENSE_COMB= multi
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= asciidoc:textproc/asciidoc \
xmlto:textproc/xmlto
-USES= pkgconfig gmake tar:tgz ssl
+USES= pkgconfig gmake ssl
USE_GITHUB= yes
PLIST_FILES= bin/proxytunnel man/man1/proxytunnel.1.gz
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index 1c2624d6aa8a..c1451b34068e 100644
--- a/security/tripwire/Makefile
+++ b/security/tripwire/Makefile
@@ -16,7 +16,7 @@ GH_PROJECT= tripwire-open-source
NO_LICENSES_INSTALL= yes
MAKE_JOBS_UNSAFE= yes
-USES= gmake tar:bzip2
+USES= gmake
GNU_CONFIGURE= yes
MAKE_ARGS= SYSPRE=${ARCH}-unknown-freebsd \
DESTDIR=${STAGEDIR}