diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-12 12:33:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-12 12:33:46 +0800 |
commit | daea57f4ee387cf3609e1736eeb17abda5d5544e (patch) | |
tree | 8fd09b8f9c47f4929e9a19fc7d4d0533ff42f8b3 /devel/portlint/Makefile | |
parent | 1d360686239e265aa953043703152d56abcadf5c (diff) | |
download | freebsd-ports-gnome-daea57f4ee387cf3609e1736eeb17abda5d5544e.tar.gz freebsd-ports-gnome-daea57f4ee387cf3609e1736eeb17abda5d5544e.tar.zst freebsd-ports-gnome-daea57f4ee387cf3609e1736eeb17abda5d5544e.zip |
* 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]
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 4143eb148407..b02339f4fa6f 100644 --- a/devel/portlint/Makefile +++ b/devel/portlint/Makefile @@ -8,7 +8,7 @@ # PORTNAME= portlint -PORTVERSION= 2.6.7 +PORTVERSION= 2.6.8 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none |