diff options
author | adamw <adamw@FreeBSD.org> | 2014-05-01 10:33:06 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-05-01 10:33:06 +0800 |
commit | e6bb9e3bb50f2b2ef5a3360926cb0e9ea6dce4ae (patch) | |
tree | 7b5e0f9ef7c62ef4f7436762dad2900d10df29e3 /security/hlfl | |
parent | d0189fe44ce6036cf3a0d518dfca0fdde27bb8cd (diff) | |
download | freebsd-ports-graphics-e6bb9e3bb50f2b2ef5a3360926cb0e9ea6dce4ae.tar.gz freebsd-ports-graphics-e6bb9e3bb50f2b2ef5a3360926cb0e9ea6dce4ae.tar.zst freebsd-ports-graphics-e6bb9e3bb50f2b2ef5a3360926cb0e9ea6dce4ae.zip |
I experienced catastrophic brain failure and put
PORT_OPTIONS= instead of OPTIONS_DEFINE=. Oops.
Diffstat (limited to 'security/hlfl')
-rw-r--r-- | security/hlfl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hlfl/Makefile b/security/hlfl/Makefile index 026f775fb62..c73f3b23dd4 100644 --- a/security/hlfl/Makefile +++ b/security/hlfl/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/doc PORTDOCS= services.hlfl sample_1.hlfl sample_2.hlfl test.hlfl syntax.txt PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/hlfl ${STAGEDIR}${PREFIX}/bin |