mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
fix DIST_SUBDIR and unbreak this port.
This commit is contained in:
parent
4362106d16
commit
60fc25e947
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100370
@ -12,7 +12,7 @@ PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.cs.berkeley.edu/~lazzaro/sa/
|
||||
DISTNAME= ${PORTNAME}
|
||||
DIST_SUBDIR= ${PKGNAME}
|
||||
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A translator that converts MP4-SA files into efficient C programs
|
||||
@ -23,8 +23,6 @@ USE_BISON= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
||||
ALL_TARGET= # empty
|
||||
|
||||
BROKEN= "Distinfo incorrect"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user