summaryrefslogtreecommitdiff
path: root/audio/fdmf
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-11-06 20:33:46 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-11-06 20:33:46 +0000
commit333b33522d3fe366ef6b6fd7aa29e5025717c737 (patch)
treee172f8fcea4e21a6b7dd2164467fefecbec1fb5f /audio/fdmf
parentUpdate to 1.2.1 (diff)
- Fix plist
- Bump portrevision Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=176649
Diffstat (limited to 'audio/fdmf')
-rw-r--r--audio/fdmf/Makefile3
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