diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 00:14:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 00:14:15 +0000 |
commit | cd2c655a2548c0de0e2d8a10e5b757176b34ae9c (patch) | |
tree | b90d04c917111bb840395f2fcf6da1b35cef9379 /security/aide | |
parent | 466ef83db31a04d062699c4ced355e6f4b6acae8 (diff) | |
download | ports-cd2c655a2548c0de0e2d8a10e5b757176b34ae9c.tar.gz ports-cd2c655a2548c0de0e2d8a10e5b757176b34ae9c.zip |
Incomplete pkg-plist (installs files into nonstandard locale directory)
Notes
Notes:
svn path=/head/; revision=129937
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 3c585a99d9d7..2693ba1499c8 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -22,12 +22,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.cs.tut.fi/~rammer/ \ - MAINTAINER= cy@FreeBSD.org COMMENT= A replacement and extension for Tripwire LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash +BROKEN= "Incomplete pkg-plist (installs files into nonstandard locale directory)" + USE_GMAKE= yes USE_BISON= yes GNU_CONFIGURE= yes |