diff options
author | agc <agc@pkgsrc.org> | 1998-01-09 09:58:29 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-09 09:58:29 +0000 |
commit | b278a9915011e6dba2176952d567abccd9f3c32e (patch) | |
tree | fb5f3ce1f748d2ff57a85362dd986e31f2823130 /archivers/bzip2 | |
parent | b669060811043b1d31ee78ce9da35c3d8f7b407a (diff) | |
download | pkgsrc-b278a9915011e6dba2176952d567abccd9f3c32e.tar.gz |
Add NetBSD RCS ID.
Remove FETCH_BEFORE_ARG, which doesn't work on NetBSD.
Diffstat (limited to 'archivers/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index a5fcb6e4ab3..a1b46dcb19c 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -3,6 +3,7 @@ # Date created: 19 Nov 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # +# $NetBSD: Makefile,v 1.2 1998/01/09 09:58:29 agc Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/11/20 08:18:40 tg Exp # @@ -13,7 +14,6 @@ MASTER_SITES= http://www.muraroa.demon.co.uk/ MAINTAINER= ports@FreeBSD.org -FETCH_BEFORE_ARGS= -b MAN1= bzip2.1 bunzip2.1 do-install: |