diff options
author | tnn <tnn@pkgsrc.org> | 2007-06-30 12:58:59 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-06-30 12:58:59 +0000 |
commit | f96c6ae7ef10627961182032170188bcbd0b953f (patch) | |
tree | 9ae4736613ea980f5926e4f9286b5bea659603c4 /pkgtools | |
parent | 98dc400c938bc01f1a09bb2ea6f06533998006ff (diff) | |
download | pkgsrc-f96c6ae7ef10627961182032170188bcbd0b953f.tar.gz |
Use REPLACE_SH to make this work on SunOS
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/createbuildlink/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/createbuildlink/Makefile b/pkgtools/createbuildlink/Makefile index bd26e187e3d..1014f49bcb7 100644 --- a/pkgtools/createbuildlink/Makefile +++ b/pkgtools/createbuildlink/Makefile @@ -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 @@ NO_BUILD= yes 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}|' \ |