diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-01-17 00:50:02 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-01-17 00:50:02 +0800 |
commit | 5654609696cd4eda1f22adb0ec90e784f0de6b40 (patch) | |
tree | 98a1455ef7fc64e5c4b48fe42ec5e1e9bb4406a8 /net | |
parent | 095879595a2e491e81227c4279cf483b84ddbc58 (diff) | |
download | freebsd-ports-graphics-5654609696cd4eda1f22adb0ec90e784f0de6b40.tar.gz freebsd-ports-graphics-5654609696cd4eda1f22adb0ec90e784f0de6b40.tar.zst freebsd-ports-graphics-5654609696cd4eda1f22adb0ec90e784f0de6b40.zip |
Set PORTSCOUT in order to skip beta version of the distfile
Diffstat (limited to 'net')
-rw-r--r-- | net/socat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index cfb3d79ee74..b3980e07c52 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -20,6 +20,8 @@ USE_RC_SUBR= socat MAN1= socat.1 +PORTSCOUT= skipv:2.0.0-b2 + .if !defined(NOPORTDOCS) PORTDOCS= EXAMPLES README SECURITY FAQ .endif |