diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
commit | 535add65ac98d0ca871df3e8438ff56ba9129bcc (patch) | |
tree | 760c5b47c254af152605b0ddb356af68f100067f /security/vscan | |
parent | cf82726b69e5f993c5b9268a80d7dfc84ac09b31 (diff) | |
download | ports-535add65ac98d0ca871df3e8438ff56ba9129bcc.tar.gz ports-535add65ac98d0ca871df3e8438ff56ba9129bcc.zip |
grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
Notes
Notes:
svn path=/head/; revision=20902
Diffstat (limited to 'security/vscan')
-rw-r--r-- | security/vscan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile index 6f3345038593..2117f1a03504 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -3,7 +3,7 @@ # Date created: Thur Sept 25, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.8 1999/03/30 01:55:28 obrien Exp $ +# $Id: Makefile,v 1.9 1999/08/22 18:59:58 mharo Exp $ # DISTNAME= nlxb318e @@ -26,7 +26,7 @@ pre-fetch: @${ECHO} "This software has /usr/local hardcoded into it." @${ECHO} "Sorry, but with PREFIX = ${PREFIX}, vscan will not work correctly." @${ECHO} "" - @false + @${FALSE} .endif post-extract: |