diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 13:39:24 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 13:39:24 +0000 |
commit | 275e0b44c5b798db908300b167521dcccfff2caa (patch) | |
tree | c23f8e3aaaceaf69439720a6245f5eec19f16a67 /security/mac-robber | |
parent | deaa42d837996a52c9beb4c13e9ed5ddac3afaf7 (diff) |
Notes
Diffstat (limited to 'security/mac-robber')
-rw-r--r-- | security/mac-robber/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mac-robber/Makefile b/security/mac-robber/Makefile index 12bd9654bf3e..efe853666a2f 100644 --- a/security/mac-robber/Makefile +++ b/security/mac-robber/Makefile @@ -20,7 +20,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mac-robber ${STAGEDIR}${PREFIX}/bin -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> |