diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /sysutils/tob | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'sysutils/tob')
-rw-r--r-- | sysutils/tob/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/tob/Makefile b/sysutils/tob/Makefile index 1b31ae3fc1b..9bd0fe8bc77 100644 --- a/sysutils/tob/Makefile +++ b/sysutils/tob/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 17:24:42 martti Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:36 jlam Exp $ DISTNAME= tob-0.25 CATEGORIES= sysutils @@ -16,6 +16,8 @@ CONF_FILES= ${EGDIR}/tob.rc ${PKG_SYSCONFDIR}/tob/tob.rc SUPPORT_FILES= ${EGDIR}/example.exclude ${PKG_SYSCONFDIR}/tob/volumes/example.exclude SUPPORT_FILES+= ${EGDIR}/example.startdir ${PKG_SYSCONFDIR}/tob/volumes/example.startdir +INSTALLATION_DIRS= man/man8 sbin + do-build: for f in tob tob.rc; do \ ${MV} ${WRKSRC}/$$f ${WRKSRC}/$$f-pre && \ |