diff options
author | erh <erh@pkgsrc.org> | 2005-06-27 20:28:12 +0000 |
---|---|---|
committer | erh <erh@pkgsrc.org> | 2005-06-27 20:28:12 +0000 |
commit | 706848b47b857265e6da1044c2502bd2650c3c34 (patch) | |
tree | 2e71d007cbfdb627b41d0b38f6b55a82e7f0da55 /devel | |
parent | 607d58548df0162e13276c373ddcd701737dbc7f (diff) | |
download | pkgsrc-706848b47b857265e6da1044c2502bd2650c3c34.tar.gz |
Update the mk file to the 20050405 version, and fix the path to the tarball.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mk-files/Makefile | 10 | ||||
-rw-r--r-- | devel/mk-files/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/mk-files/Makefile b/devel/mk-files/Makefile index e0fce497da0..5fb94615adc 100644 --- a/devel/mk-files/Makefile +++ b/devel/mk-files/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2004/02/21 00:15:44 sjg Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/27 20:28:12 erh Exp $ # -DISTNAME= mk-20040214 -PKGNAME= mk-files-20040214 +DISTNAME= mk-20050405 +PKGNAME= mk-files-20050405 CATEGORIES= devel -MASTER_SITES= ftp://ftp.NetBSD.org/pub/incoming/sjg/ +MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/ MAINTAINER= sjg@NetBSD.org HOMEPAGE= http://www.crufty.net/help/sjg/bmake.html @@ -29,7 +29,7 @@ do-install: # same goes for the bsd.*.mk files (it makes the symlinks to *.mk) ${WRKSRC}/FILES: extract ${WRKDIR}/.PLIST_SRC: ${WRKSRC}/FILES - @( ${GREP} '^[a-z].*\.mk' $> ; \ + @( ${GREP} '^[A-Za-z].*\.mk' $> ; \ [ -f /usr/share/mk/sys.mk ] || ${ECHO} sys.mk; \ [ -f /usr/share/mk/bsd.prog.mk ] || \ for f in dep doc init lib man nls obj own prog subdir; do \ diff --git a/devel/mk-files/distinfo b/devel/mk-files/distinfo index 4126780f7c0..0c7adb53a2b 100644 --- a/devel/mk-files/distinfo +++ b/devel/mk-files/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2005/02/23 22:24:21 agc Exp $ +$NetBSD: distinfo,v 1.12 2005/06/27 20:28:12 erh Exp $ -SHA1 (mk-20040214.tar.gz) = b8058538471b23ac3992f7e213284517d76b944e -RMD160 (mk-20040214.tar.gz) = e816f1ea717f6b501fe4e82dc1c4199140da3cd3 -Size (mk-20040214.tar.gz) = 27495 bytes +SHA1 (mk-20050405.tar.gz) = 14528d1195494ff5f15a4616cfb5d696655e65d4 +RMD160 (mk-20050405.tar.gz) = 23bc1a44677792417c487d39bc153caf7b06dca9 +Size (mk-20050405.tar.gz) = 29128 bytes |