diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-05-12 22:20:02 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-05-12 22:20:02 +0000 |
commit | bb8008bd94238010cdfc876f73b79db9bcee57ff (patch) | |
tree | 1d6ecf85623b62c956f23971487c26d211723c46 /net/tcpproxy/Makefile | |
parent | 6f076d090fd9891accf050ec86164c30a063707e (diff) | |
download | ports-bb8008bd94238010cdfc876f73b79db9bcee57ff.tar.gz ports-bb8008bd94238010cdfc876f73b79db9bcee57ff.zip |
Respect CFLAGS and friends.
PR: ports/156829
Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer)
Notes
Notes:
svn path=/head/; revision=274021
Diffstat (limited to 'net/tcpproxy/Makefile')
-rw-r--r-- | net/tcpproxy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tcpproxy/Makefile b/net/tcpproxy/Makefile index 21573bd6e60b..e61a959c2b2a 100644 --- a/net/tcpproxy/Makefile +++ b/net/tcpproxy/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcpproxy PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.spreadspace.org/tcpproxy/releases/ \ http://alex.bmg.gv.at/programs/ |