diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-12-23 20:49:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-12-23 20:49:43 +0000 |
commit | 6302c42a15bf28e52b3ba63526d4e9bfe9ad0a2f (patch) | |
tree | 7babba56cd231aa5a0f9bc069a8c1cf3f7f8c214 /archivers | |
parent | 4bec5c767855087f32ada8261303b94c1045d3a6 (diff) |
Remove superfluous IGNORE warning that bzip2 is already in the base
system.
PR: ports/75033
Submitted by: Jason Harris <jharris .at. widomaker.com> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=125014
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bzip2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 81efe58d77f0..aca531b8c853 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -15,10 +15,6 @@ MASTER_SITE_SUBDIR= bzip2/v102 MAINTAINER= jharris@widomaker.com COMMENT= A block-sorting file compressor -.if exists(/usr/bin/bzip2) -IGNORE= bzip2 is in the base system -.endif - INSTALLS_SHLIB= yes MAN1= bzip2.1 bzgrep.1 bzmore.1 |