diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-16 14:42:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-16 14:42:39 +0000 |
commit | 050450676e5d62aef012d8b8693fb6751464196e (patch) | |
tree | 5fa28a12afc04de9e147145e0c7deb1e7df8bd64 /sysutils/chgrep | |
parent | - Utilize Makefile.modules.3rd (diff) |
- Remove USE_SIZE knob
Notes
Notes:
svn path=/head/; revision=107235
Diffstat (limited to 'sysutils/chgrep')
-rw-r--r-- | sysutils/chgrep/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile index 1af6a8737ae0..8dbde9ab7092 100644 --- a/sysutils/chgrep/Makefile +++ b/sysutils/chgrep/Makefile @@ -17,7 +17,6 @@ COMMENT= Fast string substitution across multiple files GNU_CONFIGURE= yes USE_GMAKE= yes -USE_SIZE= yes MAN1= chgrep.1 PLIST_FILES= bin/chgrep |