diff options
-rw-r--r-- | audio/sfront/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/sfront/Makefile b/audio/sfront/Makefile index 4b709c64643b..f7e4eeebdeb4 100644 --- a/audio/sfront/Makefile +++ b/audio/sfront/Makefile @@ -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 |