diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 17:40:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 17:40:26 +0800 |
commit | 4581a8b2b9d5db55d7f32ab97464a20fbabae592 (patch) | |
tree | e9006384cf616aec86d1b1fd0e5f96a57124ca67 /misc | |
parent | 89536f884dcee4cf2621f810448f6a3959d36cc2 (diff) | |
download | freebsd-ports-gnome-4581a8b2b9d5db55d7f32ab97464a20fbabae592.tar.gz freebsd-ports-gnome-4581a8b2b9d5db55d7f32ab97464a20fbabae592.tar.zst freebsd-ports-gnome-4581a8b2b9d5db55d7f32ab97464a20fbabae592.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'misc')
-rw-r--r-- | misc/stan/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/stan/Makefile b/misc/stan/Makefile index 1a45c75527ed..629f47107f2a 100644 --- a/misc/stan/Makefile +++ b/misc/stan/Makefile @@ -11,10 +11,9 @@ COMMENT= Generate several statistical informations of a stream GNU_CONFIGURE= yes -MAN1= stan.1 -PLIST_FILES= bin/stan +PLIST_FILES= bin/stan \ + man/man1/stan.1.gz -NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS ?=|g" \ ${WRKSRC}/src/Makefile.in |