diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-02-08 10:03:54 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-02-08 10:03:54 +0000 |
commit | 60fc25e947f8cce470878a6be23864e4a6581da9 (patch) | |
tree | 50093f81ecab37cce84ebe42642dad0fce30c181 /audio/sfront | |
parent | 4362106d1683623a11e20f526046290e02c7208f (diff) |
Notes
Diffstat (limited to 'audio/sfront')
-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 |