diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-10 14:33:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-10 14:33:00 +0800 |
commit | 2a0edd0704cdf34fbd2778ec6461d5f24b22d199 (patch) | |
tree | e0b9c748ed2cc2371ec4ee563c0cda4b734fb97a /devel/portlint/Makefile | |
parent | e455514f19ac858cad3a52f3d4d1bac83631d1b0 (diff) | |
download | freebsd-ports-graphics-2a0edd0704cdf34fbd2778ec6461d5f24b22d199.tar.gz freebsd-ports-graphics-2a0edd0704cdf34fbd2778ec6461d5f24b22d199.tar.zst freebsd-ports-graphics-2a0edd0704cdf34fbd2778ec6461d5f24b22d199.zip |
Update to 2.5.8.
* Add dirname and egrep direct command use checks
* Add a missing '?' in checking for text after bsd.port(.post)?.mk [1]
* Add a check to make sure OPTIONS is set before bsd.port.pre.mk
Submitted by: eik [1]
Diffstat (limited to 'devel/portlint/Makefile')
-rw-r--r-- | devel/portlint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/portlint/Makefile b/devel/portlint/Makefile index e8b13db81e8..fd3b156d558 100644 --- a/devel/portlint/Makefile +++ b/devel/portlint/Makefile @@ -8,7 +8,7 @@ # PORTNAME= portlint -PORTVERSION= 2.5.7 +PORTVERSION= 2.5.8 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none |