diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-29 14:29:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-29 14:29:18 +0000 |
commit | f1749e4ab1795953ad8807b40fcb138ad425a53f (patch) | |
tree | c09c83633fb69d859c6df4ea95f7abf5603e7106 /security/tripwire/Makefile | |
parent | 704bb9e9971d46ab880545798ed4514ef748f80a (diff) | |
download | freebsd-ports-f1749e4ab1795953ad8807b40fcb138ad425a53f.zip |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket
Diffstat (limited to 'security/tripwire/Makefile')
-rw-r--r-- | security/tripwire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |