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 | |
parent | Add JAVA_VERSION, JAVA_OS and JAVA_VENDOR to SUB_LIST. (diff) |
Incomplete pkg-plist (installs files into nonstandard locale directory)
Notes
Notes:
svn path=/head/; revision=129937
-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 |