diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-29 04:23:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-29 04:23:32 +0800 |
commit | 6debdf59a7c737e74e5a2258633791db49f9a13c (patch) | |
tree | 0fbc861f764c5963a9c680c10e0350b6833a7b1d /ports-mgmt/portlint/Makefile | |
parent | ac7b6a24f64aabfb84c9bc8df442679dbe55d71e (diff) | |
download | freebsd-ports-gnome-6debdf59a7c737e74e5a2258633791db49f9a13c.tar.gz freebsd-ports-gnome-6debdf59a7c737e74e5a2258633791db49f9a13c.tar.zst freebsd-ports-gnome-6debdf59a7c737e74e5a2258633791db49f9a13c.zip |
Update to 2.4.1.
* Document the -V option [1]
* Properly suggest ${STRIP_CMD} (not ${STRIP}) instead of strip [2]
* Correct the version string
PR: 54993 [1]
Submitted by: Mark Linimon <linimon@lonesome.com> [1]
gerald [2]
Pointy hat to: me [2] (I should have used Gerald's patch as-is)
Diffstat (limited to 'ports-mgmt/portlint/Makefile')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index e10bd1dde1fd..90ff590b6e6f 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -8,7 +8,7 @@ # PORTNAME= portlint -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none |