diff options
author | kris <kris@FreeBSD.org> | 2005-02-28 08:14:15 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-28 08:14:15 +0800 |
commit | a3f1a40f563cbcb99f571fd82926a5177ceb122c (patch) | |
tree | d9256e775ae04c293d113b81746bde3287e8c354 /security/aide | |
parent | 518ec72dc353c6125a2e40a900cd66c14d908bcb (diff) | |
download | freebsd-ports-gnome-a3f1a40f563cbcb99f571fd82926a5177ceb122c.tar.gz freebsd-ports-gnome-a3f1a40f563cbcb99f571fd82926a5177ceb122c.tar.zst freebsd-ports-gnome-a3f1a40f563cbcb99f571fd82926a5177ceb122c.zip |
Incomplete pkg-plist (installs files into nonstandard locale directory)
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 |