diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-28 02:37:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-28 02:37:18 +0000 |
commit | ef00e7c529f3048b77889a029519b432b15e31f8 (patch) | |
tree | 34ac6662e37e8bd73634ae78d7a3cdd2dbfcddbc /net-mgmt | |
parent | f3ad8c81338c30651064687a1339cb54f2f63f99 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/rackmonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/rackmonkey/Makefile b/net-mgmt/rackmonkey/Makefile index 663c09d6362f..f3413818ea88 100644 --- a/net-mgmt/rackmonkey/Makefile +++ b/net-mgmt/rackmonkey/Makefile @@ -51,7 +51,7 @@ USE_PGSQL= 83 RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg .endif -.if defined(INIT_DB) +.if defined(WITH_INIT_DB) PLIST_SUB+= INIT_DB="" .else PLIST_SUB+= INIT_DB="@comment " |