1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to 0.4.1

- Respect CFLAGS

PR:		ports/83682
Submitted by:	Andrej Zverev <az@inec.ru>
This commit is contained in:
Pav Lucistnik 2005-07-18 19:31:45 +00:00
parent b071e6ed68
commit 3156f1b61e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139529
2 changed files with 8 additions and 3 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= stan
PORTVERSION= 0.4
PORTVERSION= 0.4.1
CATEGORIES= misc
MASTER_SITES= http://www.roqe.org/stan/
@ -15,8 +15,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Generate several statisical information of a stream
GNU_CONFIGURE= yes
USE_REINPLACE= yes
MAN1= stan.1
PLIST_FILES= bin/stan
pre-configure:
${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS ?=|g" \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (stan-0.4.tar.gz) = 42069a002bac3d7004e11faec2e377d1
SIZE (stan-0.4.tar.gz) = 37426
MD5 (stan-0.4.1.tar.gz) = 7ab27260711aa2a263696464247e6a14
SIZE (stan-0.4.1.tar.gz) = 37471