aboutsummaryrefslogtreecommitdiff
path: root/security/tripwire
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2013-07-14 13:44:58 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2013-07-14 13:44:58 +0000
commit38fc0fb04c9eb283ddd3d6e7c3ae21248347d908 (patch)
tree721822e4a559804831745baceb87c12ae6867c75 /security/tripwire
parentf6bfc07e78f0f70f3af2a1209b8fb64e1edac2d9 (diff)
downloadports-38fc0fb04c9eb283ddd3d6e7c3ae21248347d908.tar.gz
ports-38fc0fb04c9eb283ddd3d6e7c3ae21248347d908.zip
- Remove reference to tripwiresecurity.com [1]
- Pacify portlint(1) Reported by: William Arbaugh <waa@cs.umd.edu> [1] Approved by: cy@ (maintainer)
Notes
Notes: svn path=/head/; revision=322980
Diffstat (limited to 'security/tripwire')
-rw-r--r--security/tripwire/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index b99d09fafd5a..dbcf78893a3a 100644
--- a/security/tripwire/Makefile
+++ b/security/tripwire/Makefile
@@ -12,6 +12,7 @@ MAINTAINER= cy@FreeBSD.org
COMMENT= File system security and verification program
LICENSE= GPLv2
+
NO_LICENSES_INSTALL= yes
LATEST_LINK= ${PORTNAME}
MAN5= twfiles.5 twconfig.5 twpolicy.5
@@ -164,18 +165,17 @@ create-database:
.if ${PORT_OPTIONS:MSW_ONLY} && ${WITH_SW_ONLY} == "true"
@ ${ECHO} SW_ONLY has been specified, database will not be built.
.else
- @ ${MKDIR} -p ${TWCFG} ${TWPOLICY} ${TWSITEKEYDIR} ${TWLOCALKEYDIR} \
+ @ ${MKDIR} ${TWCFG} ${TWPOLICY} ${TWSITEKEYDIR} ${TWLOCALKEYDIR} \
${TWDB} ${TWREPORT}
@ ${ECHO} Creating tripwire database
@ cd ${TWCFG} && ${PREFIX}/sbin/tripwire --init
@ ${ECHO_CMD}
@ ${ECHO} The tripwire database, configuration file and
@ ${ECHO} policy file are signed using the local and site keys,
- @ ${ECHO} therefore according to the support staff at
- @ ${ECHO} tripwiresecurity.com, creating a floppy is not necessary.
+ @ ${ECHO} therefore the authors suggest creating a floppy is not necessary.
.endif
.endif
post-install: install-config-files create-database make-pkg-install
-
+
.include <bsd.port.post.mk>