diff options
author | wiz <wiz> | 2009-04-06 10:25:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-04-06 10:25:51 +0000 |
commit | e1b5f06ce23eb2179b1665d421b07465e4415c41 (patch) | |
tree | 40350f2d95c7f4420e52148da026a0144f861d1b | |
parent | 0cdb8f2b2061bd3c249ae3bd1ee1af810fde46d5 (diff) | |
download | pkgsrc-e1b5f06ce23eb2179b1665d421b07465e4415c41.tar.gz |
Update to 20081111, provided by Aleksey Cheusov in PR 41021.
Update to the latest version.
Fix for destdir support.
Fix in CONFLICTS (there is no conflicts with bootstrap-mk-files).
Minor clean-ups.
Ok sjg@
-rw-r--r-- | devel/mk-files/Makefile | 19 | ||||
-rw-r--r-- | devel/mk-files/distinfo | 8 |
2 files changed, 13 insertions, 14 deletions
diff --git a/devel/mk-files/Makefile b/devel/mk-files/Makefile index ba4e0af5098..a9cdf11c3d1 100644 --- a/devel/mk-files/Makefile +++ b/devel/mk-files/Makefile @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.22 2008/01/05 21:48:53 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2009/04/06 10:25:51 wiz Exp $ # -DISTNAME= mk-20050405 -PKGNAME= mk-files-20050405 -PKGREVISION= 1 +DISTNAME= mk-20081111 +PKGNAME= ${DISTNAME:S/mk/mk-files/1} CATEGORIES= devel MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/ -CONFLICTS+= bootstrap-mk-files-[0-9]* - MAINTAINER= sjg@NetBSD.org HOMEPAGE= http://www.crufty.net/help/sjg/bmake.html COMMENT= Portable *.mk files for the NetBSD portable bmake utility -NO_CONFIGURE= yes -NO_BUILD= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/mk @@ -28,7 +27,7 @@ PKG_FAIL_REASON= "Recurses against itself" PLIST_SRC=${WRKDIR}/.PLIST_SRC do-install: - ${WRKSRC}/install-mk ${PREFIX}/share/mk + ${SH} ${WRKSRC}/install-mk ${DESTDIR}${PREFIX}/share/mk .include "../../mk/bsd.pkg.mk" @@ -37,7 +36,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-Za-z].*\.mk' ${.ALLSRC} ; \ + ( ${GREP} '^[A-Za-z].*\.mk' ${.ALLSRC} ; \ [ -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 0c7adb53a2b..2ab11e5e1bd 100644 --- a/devel/mk-files/distinfo +++ b/devel/mk-files/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2005/06/27 20:28:12 erh Exp $ +$NetBSD: distinfo,v 1.13 2009/04/06 10:25:51 wiz Exp $ -SHA1 (mk-20050405.tar.gz) = 14528d1195494ff5f15a4616cfb5d696655e65d4 -RMD160 (mk-20050405.tar.gz) = 23bc1a44677792417c487d39bc153caf7b06dca9 -Size (mk-20050405.tar.gz) = 29128 bytes +SHA1 (mk-20081111.tar.gz) = a08e1723726c8f3b2157daea9236d067eca6c259 +RMD160 (mk-20081111.tar.gz) = 5adaa6e182f336fc76489b804b2e88bc5690860e +Size (mk-20081111.tar.gz) = 32590 bytes |