diff options
author | ghen <ghen> | 2006-03-09 14:50:31 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-03-09 14:50:31 +0000 |
commit | def15c9ab227993e55c7527bd3d1df0674a805fc (patch) | |
tree | 5dfaf291a174bff9f21a03a3c2c7d0ff9f7c9c44 /sysutils/tob/Makefile | |
parent | 148d2d4cfc5b9b9f5cdf72879d5dc13ad0a0e84f (diff) | |
download | pkgsrc-def15c9ab227993e55c7527bd3d1df0674a805fc.tar.gz |
Use REPLACE_INTERPRETER instead of a patch.
Diffstat (limited to 'sysutils/tob/Makefile')
-rw-r--r-- | sysutils/tob/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/tob/Makefile b/sysutils/tob/Makefile index 4f8129d4cf5..2f800afdad1 100644 --- a/sysutils/tob/Makefile +++ b/sysutils/tob/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:43 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/03/09 14:50:31 ghen Exp $ DISTNAME= tob-0.25 CATEGORIES= sysutils @@ -17,6 +17,11 @@ CONF_FILES+= ${EGDIR}/example.startdir ${PKG_SYSCONFDIR}/tob/volumes/example.sta INSTALLATION_DIRS= man/man8 sbin +REPLACE_INTERPRETER+= bash +_REPLACE.bash.old= /bin/bash +_REPLACE.bash.new= ${SH:Q} +_REPLACE_FILES.bash= tob + do-build: for f in tob tob.rc; do \ ${MV} ${WRKSRC}/$$f ${WRKSRC}/$$f-pre && \ |