diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-06 18:20:51 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-06 18:20:51 +0000 |
commit | b83b0ca55de01fa132fd237f320634d9477b2066 (patch) | |
tree | a963dfff728b830cd6d84a822f0690e2f4f0bdff /ports-mgmt | |
parent | 009c0b9152d20afdc1512bf266de4bca72affc58 (diff) | |
download | ports-b83b0ca55de01fa132fd237f320634d9477b2066.tar.gz ports-b83b0ca55de01fa132fd237f320634d9477b2066.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index 7f5f6408a34a..4df909b14199 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: portlint -# Version required: 1.26 +# Version required: 1.28 # Date created: 13 Jun 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.1.1.1 1997/06/15 14:12:38 max Exp $ +# $Id: Makefile,v 1.2 1997/07/06 00:39:00 max Exp $ # -DISTNAME= portlint.pl-1.26 -PKGNAME= portlint-1.26 +DISTNAME= portlint.pl-1.28 +PKGNAME= portlint-1.28 CATEGORIES= devel MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/portlint/ EXTRACT_SUFX= |