diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 17:43:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 17:43:19 +0800 |
commit | 0ddbb4561d0fbc1518df5bd0c3a382e77cd8616b (patch) | |
tree | 433cf6803211b141d9a77ff85a6758649ab8cfd8 /misc/cstream | |
parent | fe29072a149e215a0c05485b9bf833b72361c209 (diff) | |
download | freebsd-ports-gnome-0ddbb4561d0fbc1518df5bd0c3a382e77cd8616b.tar.gz freebsd-ports-gnome-0ddbb4561d0fbc1518df5bd0c3a382e77cd8616b.tar.zst freebsd-ports-gnome-0ddbb4561d0fbc1518df5bd0c3a382e77cd8616b.zip |
- Stage support
Diffstat (limited to 'misc/cstream')
-rw-r--r-- | misc/cstream/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile index 063f1e99201b..b1e9b3fcda1d 100644 --- a/misc/cstream/Makefile +++ b/misc/cstream/Makefile @@ -15,10 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT GNU_CONFIGURE= yes -MAN1= cstream.1 -PLIST_FILES= bin/cstream +PLIST_FILES= bin/cstream \ + man/man1/cstream.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^if \[/s| $$CFLAGS | "$$CFLAGS" |' ${WRKSRC}/configure |