diff options
author | tron <tron> | 1998-09-16 17:47:04 +0000 |
---|---|---|
committer | tron <tron> | 1998-09-16 17:47:04 +0000 |
commit | 4614356b772fa45a0f701627cfff539a9f453f89 (patch) | |
tree | 58fe121d450cfa4ff8fa71cb2e93b29e775b246c /archivers | |
parent | 2f5a4974b19be74f7a1cd8f68e305a3f3450de6a (diff) | |
download | pkgsrc-4614356b772fa45a0f701627cfff539a9f453f89.tar.gz |
Remove double dot.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bzip2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 7c22233d145..3b077c526bd 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/09/16 17:45:43 tron Exp $ +# $NetBSD: Makefile,v 1.8 1998/09/16 17:47:04 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/11/20 08:18:40 tg Exp # @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.muraroa.demon.co.uk/ .if exists(/usr/bin/bzip2) -IGNORE= "is part of your NetBSD distribution." +IGNORE= "is part of your NetBSD distribution" .endif do-install: |