diff options
author | obache <obache> | 2014-03-03 08:05:07 +0000 |
---|---|---|
committer | obache <obache> | 2014-03-03 08:05:07 +0000 |
commit | 2ed5596265e87f8c7cf20ebdf4082db1d73395e9 (patch) | |
tree | 12e3ba3758f4a5081f683a45937837105c345762 /net/samba | |
parent | 23ab6cd6f9dd15756d35ac64ab28804aaefe1a1c (diff) | |
download | pkgsrc-2ed5596265e87f8c7cf20ebdf4082db1d73395e9.tar.gz |
simplify with SUBST_VARS.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 29f258b80e3..f3a367123f3 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.243 2014/02/12 23:18:25 tron Exp $ +# $NetBSD: Makefile,v 1.244 2014/03/03 08:05:07 obache Exp $ DISTNAME= samba-${VERSION} PKGREVISION= 1 @@ -106,12 +106,7 @@ SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing paths. SUBST_FILES.paths= ${WRKDIR}/adduser.sh ${WRKDIR}/deluser.sh SUBST_STAGE.paths= post-patch -SUBST_SED.paths+= -e 's,@AWK@,${AWK},g' -SUBST_SED.paths+= -e 's,@CAT@,${CAT},g' -SUBST_SED.paths+= -e 's,@MKTEMP@,${MKTEMP},g' -SUBST_SED.paths+= -e 's,@RM@,${RM},g' -SUBST_SED.paths+= -e 's,@PWD_MKDB@,${PWD_MKDB},g' -SUBST_SED.paths+= -e 's,@SH@,${SH},g' +SUBST_VARS.paths+= AWK CAT MKTEMP RM PWD_MKDB SH post-extract: ${CP} ${FILESDIR}/adduser.sh ${FILESDIR}/deluser.sh ${WRKDIR} |