diff options
author | obache <obache@pkgsrc.org> | 2014-03-03 08:31:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-03 08:31:02 +0000 |
commit | 4d55b85e0dbab321e277efea9af90d45d9410082 (patch) | |
tree | d5ec875eba2f803ce9d45738ddfa7996c65f880e /net | |
parent | 8136d1c349c3b312b261849253652d04eb3dc2d5 (diff) | |
download | pkgsrc-4d55b85e0dbab321e277efea9af90d45d9410082.tar.gz |
simplify with SUBST_VARS.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba35/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/samba35/Makefile b/net/samba35/Makefile index 5f19cafbff3..781a2a959d2 100644 --- a/net/samba35/Makefile +++ b/net/samba35/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/02/12 23:18:25 tron Exp $ +# $NetBSD: Makefile,v 1.34 2014/03/03 08:31:02 obache Exp $ .include "../../net/samba/Makefile.mirrors" @@ -114,12 +114,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} |