Fake, repair.
This commit is contained in:
parent
d6e3a15c61
commit
c72cc6ab28
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2000/03/24 22:11:34 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2000/04/08 15:00:59 espie Exp $
|
||||
|
||||
DISTNAME= dist10
|
||||
PKGNAME= mp3encode-1.10
|
||||
@ -9,13 +9,14 @@ MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/Berkeley/mpeg2/conformance-bitst
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
LICENSE_TYPE= BSD
|
||||
PERMIT_PACKAGE_CDROM= YES
|
||||
PERMIT_PACKAGE_FTP= YES
|
||||
PERMIT_DISTFILES_CDROM= YES
|
||||
PERMIT_DISTFILES_FTP= YES
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
FAKE= Yes
|
||||
|
||||
USE_GMAKE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= Yes
|
||||
HAS_CONFIGURE= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME}/lsf/encoder
|
||||
|
||||
@ -27,6 +28,10 @@ TABLE_FILES= 1cb0 1cb1 1cb2 1cb4 1cb5 1cb6 1th0 1th1 1th2 1th4 1th5 1th6 \
|
||||
absthr_0 absthr_1 absthr_2 alloc_0 alloc_1 alloc_2 alloc_3 \
|
||||
alloc_4 dewindow enwindow huffcode huffdec psy_data
|
||||
|
||||
# fix rights (or fix wrongs ?)
|
||||
post-extract:
|
||||
@cd ${WRKDIST} && chmod -R a+rX,u+w .
|
||||
|
||||
post-patch:
|
||||
@sed -e s,ZAP,${TABLE_LIB_SED}, ${WRKSRC}/common.h > ${WRKSRC}/common.h.sed
|
||||
@mv ${WRKSRC}/common.h.sed ${WRKSRC}/common.h
|
||||
|
Loading…
Reference in New Issue
Block a user