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

- Fix PORTSCOUT variable to ignore development versions.

This commit is contained in:
Alejandro Pulver 2008-01-29 04:30:43 +00:00
parent f04f3f6de7
commit 6618f8fa28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206350

View File

@ -35,7 +35,8 @@ OPTIONS= GNOMEDESKTOP "Enable GNOME desktop support" off \
BEASTIE "Use Beastie'fied startup button" off \
NLS "Enable National Language Support" on
PORTSCOUT= limitw:2,even skipb:yes
# Restrict to stable (even) versions, indicated by the second component.
PORTSCOUT= limitw:1,even
.include <bsd.port.pre.mk>