summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorminskim <minskim>2009-05-12 23:21:10 +0000
committerminskim <minskim>2009-05-12 23:21:10 +0000
commit8c2d84f3b69378d593224eedf6592101bf530a57 (patch)
treeeebcf8103b23827378743527bbf2535d3e0c390f /pkgtools
parent6feaf14b49ccd0d240ee5beb06cf0a5bcc82fda2 (diff)
downloadpkgsrc-8c2d84f3b69378d593224eedf6592101bf530a57.tar.gz
"ranlib -t" doesn't work on Darwin; use "touch" instead.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/bootstrap-mk-files/Makefile4
-rw-r--r--pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile
index 509af57a02b..5a3d62792c8 100644
--- a/pkgtools/bootstrap-mk-files/Makefile
+++ b/pkgtools/bootstrap-mk-files/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2009/04/09 00:48:10 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2009/05/12 23:21:10 minskim Exp $
-DISTNAME= bootstrap-mk-files-20090226
+DISTNAME= bootstrap-mk-files-20090512
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk b/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk
index 61d7c0b3ae7..7f80376458a 100644
--- a/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk
+++ b/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.bsd.lib.mk,v 1.2 2007/08/10 13:04:13 joerg Exp $
+# $NetBSD: Darwin.bsd.lib.mk,v 1.3 2009/05/12 23:21:10 minskim Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.if !target(__initialized__)
@@ -352,7 +352,7 @@ __archivebuild: .USE
__archiveinstall: .USE
${INSTALL} ${RENAME} ${PRESERVE} ${COPY} ${INSTPRIV} -o ${LIBOWN} \
-g ${LIBGRP} -m 600 ${.ALLSRC} ${.TARGET}
- ${RANLIB} -t ${.TARGET}
+ touch ${.TARGET}
chmod ${LIBMODE} ${.TARGET}
DPSRCS+= ${SRCS:M*.l:.l=.c} ${SRCS:M*.y:.y=.c}