diff options
author | christos <christos@pkgsrc.org> | 2008-10-29 20:50:16 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2008-10-29 20:50:16 +0000 |
commit | 9b5c50bdc76fdadf1a9bbae86506f65fd93cb788 (patch) | |
tree | c593235bc4c7243dc3eb2debae78b7a19fe5d750 /sysutils/file/Makefile | |
parent | 69064b82e8c4000003cf327bf43844bd5bf04c5e (diff) | |
download | pkgsrc-9b5c50bdc76fdadf1a9bbae86506f65fd93cb788.tar.gz |
PR/39596: Jwens Rehsack: Update to file-4.26 (4.21 is gone) and add built-in
version detection.
Diffstat (limited to 'sysutils/file/Makefile')
-rw-r--r-- | sysutils/file/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index 9f757257fd1..84d3ef64196 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:46 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/10/29 20:50:16 christos Exp $ -DISTNAME= file-4.21 +DISTNAME= file-4.26 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.gw.com/mirrors/pub/unix/file/ MASTER_SITES+= ftp://ftp.astron.com/pub/file/ |