diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-12 04:33:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-12 04:33:46 +0000 |
commit | 26f28bbd8155509935de3a16dbb5f4773f3dd9aa (patch) | |
tree | 1ee13ed776562e2d125a8633f69b72be130a6c5d /ports-mgmt/portlint/Makefile | |
parent | 45bb3982e308c0c5f73d34f430ea004b74f0e374 (diff) |
* Update to 2.6.8
* Check PLIST_FILES for shared libraries, and make sure
INSTALLS_SHLIB is defined [1]
* Check DATADIR and MAN3PREFIX macros [2]
* Check OPTIONS [3]
PR: 71405 [2]
71468 [3]
Requested by: michael johnson <ahze@ahze.net> [1]
Submitted by: leeym [2] [3]
Notes
Notes:
svn path=/head/; revision=118775
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 4143eb148407..b02339f4fa6f 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -8,7 +8,7 @@ # PORTNAME= portlint -PORTVERSION= 2.6.7 +PORTVERSION= 2.6.8 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none |