pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/createbuildlink Use REPLACE_SH to make this w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d222af333601
branches:  trunk
changeset: 530428:d222af333601
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Jun 30 12:58:59 2007 +0000

description:
Use REPLACE_SH to make this work on SunOS

diffstat:

 pkgtools/createbuildlink/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 85d684bb8fed -r d222af333601 pkgtools/createbuildlink/Makefile
--- a/pkgtools/createbuildlink/Makefile Sat Jun 30 10:54:37 2007 +0000
+++ b/pkgtools/createbuildlink/Makefile Sat Jun 30 12:58:59 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2006/11/02 18:02:07 joerg Exp $
+# $NetBSD: Makefile,v 1.44 2007/06/30 12:58:59 tnn Exp $
 
 DISTNAME=      createbuildlink-3.13
 CATEGORIES=    pkgtools sysutils
@@ -19,10 +19,11 @@
 
 SCRIPT=                ${DISTNAME:C/-.*$//}
 SCRIPTS=       ${SCRIPT} substplistbasedirs
+REPLACE_SH+=   ${SCRIPTS}
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man8
 
-do-configure:
+do-extract:
 .for scr in ${SCRIPTS}
        ${SED}  -e 's|@PKGVERSION@|${PKGVERSION}|'              \
                -e 's|@MAKE@|${MAKE}|'                          \



Home | Main Index | Thread Index | Old Index