diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-29 10:25:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-29 10:25:55 +0000 |
commit | 8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e (patch) | |
tree | 1f380ac2d80c13dc88fd1b7b3fd381f31d9a658d /security | |
parent | a65a5c94110a45eb7dc67ed597acaaa99425cac3 (diff) | |
download | ports-8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e.tar.gz ports-8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/qident/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/qident/Makefile b/security/qident/Makefile index e40f3c55b1a1..34d7e0459a3c 100644 --- a/security/qident/Makefile +++ b/security/qident/Makefile @@ -20,7 +20,7 @@ MAN1= qident.1 MANCOMPRESSED= maybe # MAN page COMPression SUFFIX -.if !defined(NOMANCOMPRESS) +.if !defined(NO_MANCOMPRESS) MANCOMPSUFFIX= .gz .else MANCOMPSUFFIX= |