diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-06 20:33:46 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-06 20:33:46 +0000 |
commit | 333b33522d3fe366ef6b6fd7aa29e5025717c737 (patch) | |
tree | e172f8fcea4e21a6b7dd2164467fefecbec1fb5f /audio/fdmf | |
parent | 468030365de59b0d4b29ecb9cdd1f9bb3f94225a (diff) | |
download | ports-333b33522d3fe366ef6b6fd7aa29e5025717c737.tar.gz ports-333b33522d3fe366ef6b6fd7aa29e5025717c737.zip |
Notes
Diffstat (limited to 'audio/fdmf')
-rw-r--r-- | audio/fdmf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/fdmf/Makefile b/audio/fdmf/Makefile index 8c9f51df1529..d4c5e6ed267f 100644 --- a/audio/fdmf/Makefile +++ b/audio/fdmf/Makefile @@ -7,6 +7,7 @@ PORTNAME= fdmf DISTVERSION= 0.0.9r +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://w140.com/audio/ CSME @@ -27,7 +28,7 @@ MAKE_ENV= VPATH=common PORTDOCS= README BINS= sonic_reducer vector_pairs SCRS= ${PORTNAME} ${PORTNAME}_bench cleanup_dups optparam -PLIST_FILES= ${BINS:S,^,bin/,} +PLIST_FILES= ${BINS:S,^,bin/,} ${SCRS:S,^,bin/,} post-patch: @${REINPLACE_CMD} -Ee '/^(CFLAGS|CC) =/s|.*||' -e 's|common/||g' ${WRKSRC}/Makefile |