- remove FAKE=Yes
- use new framework for PLISTs - add @comment with RCS id
This commit is contained in:
parent
c21569a89a
commit
b5db9fde5d
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2000/06/02 13:44:53 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2000/06/10 18:51:44 brad Exp $
|
||||
|
||||
DISTNAME= bzip2-1.0.0
|
||||
CATEGORIES= archivers
|
||||
NEED_VERSION= 1.234
|
||||
NEED_VERSION= 1.301
|
||||
MASTER_SITES= ftp://sourceware.cygnus.com/pub/bzip2/v100/ \
|
||||
ftp://ftp.yggdrasil.com/mirrors/site/sourceware.cygnus.com/pub/bzip2/v100/
|
||||
ftp://ftp.yggdrasil.com/mirrors/site/sourceware.cygnus.com/pub/bzip2/v100/
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
@ -13,8 +13,6 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
FAKE= Yes
|
||||
|
||||
MAKE_FLAGS= CC="${CC}" \
|
||||
CFLAGS="${CFLAGS} -Wall -Winline -fomit-frame-pointer \
|
||||
-fno-strength-reduce"
|
||||
|
3
archivers/bzip2/pkg/PFRAG.shared
Normal file
3
archivers/bzip2/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1 2000/06/10 18:51:44 brad Exp $
|
||||
lib/libbz2.so.10.0
|
||||
@exec /sbin/ldconfig -m %B
|
@ -1,11 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2000/06/10 18:51:44 brad Exp $
|
||||
bin/bunzip2
|
||||
bin/bzcat
|
||||
bin/bzip2
|
||||
bin/bzip2recover
|
||||
include/bzlib.h
|
||||
lib/libbz2.a
|
||||
lib/libbz2.so.10.0
|
||||
@exec /sbin/ldconfig -m %B
|
||||
%%SHARED%%
|
||||
man/man1/bunzip2.1
|
||||
man/man1/bzcat.1
|
||||
man/man1/bzip2.1
|
||||
|
@ -1,10 +0,0 @@
|
||||
bin/bzip2
|
||||
bin/bunzip2
|
||||
bin/bzip2recover
|
||||
bin/bzcat
|
||||
include/bzlib.h
|
||||
lib/libbz2.a
|
||||
man/man1/bzip2.1
|
||||
man/man1/bunzip2.1
|
||||
man/man1/bzip2recover.1
|
||||
man/man1/bzcat.1
|
Loading…
x
Reference in New Issue
Block a user