diff options
author | leeym <leeym@FreeBSD.org> | 2004-02-08 18:03:54 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-02-08 18:03:54 +0800 |
commit | 8097e6214a0c638ea89ea788fe62bb271c0cbdea (patch) | |
tree | 93cfb62c136ffc4f471c2005bf79ef36d660971f /audio | |
parent | 2671351d1f8df3cdf8bc192d16a71cdaac5b32c3 (diff) | |
download | freebsd-ports-gnome-8097e6214a0c638ea89ea788fe62bb271c0cbdea.tar.gz freebsd-ports-gnome-8097e6214a0c638ea89ea788fe62bb271c0cbdea.tar.zst freebsd-ports-gnome-8097e6214a0c638ea89ea788fe62bb271c0cbdea.zip |
fix DIST_SUBDIR and unbreak this port.
Diffstat (limited to 'audio')
-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 |