diff options
author | sat <sat@FreeBSD.org> | 2006-11-07 04:33:46 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-07 04:33:46 +0800 |
commit | 30ca67f797605a7e0bdc8364c46d914239a09717 (patch) | |
tree | 4684427bdb916d9ac15bb4e19a0994b2abfe6e44 | |
parent | c862a9909f3794e3e22cdf8b09c3973d9c802f11 (diff) | |
download | freebsd-ports-gnome-30ca67f797605a7e0bdc8364c46d914239a09717.tar.gz freebsd-ports-gnome-30ca67f797605a7e0bdc8364c46d914239a09717.tar.zst freebsd-ports-gnome-30ca67f797605a7e0bdc8364c46d914239a09717.zip |
- Fix plist
- Bump portrevision
Reported by: pointyhat via kris
-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 |