diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-02 19:24:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-02 19:24:09 +0000 |
commit | 6ccfda72e3ccac2235e996b6d4075908a2cf7465 (patch) | |
tree | 61488fea2f969358243329c1a687e4f1a1942ee7 /net/totd | |
parent | 27dda2c8aaef988227fe8327c0479ec0b749ace8 (diff) | |
download | pkgsrc-6ccfda72e3ccac2235e996b6d4075908a2cf7465.tar.gz |
MKDIR -> INSTALL_DATA_DIR
Diffstat (limited to 'net/totd')
-rw-r--r-- | net/totd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index eaa6a0985ad..4b81b10a2f5 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/03/23 16:47:13 itojun Exp $ +# $NetBSD: Makefile,v 1.12 2001/04/02 19:24:09 wiz Exp $ # DISTNAME= totd-1.2 @@ -16,7 +16,7 @@ GNU_CONFIGURE= YES BUILD_DEFS+= USE_INET6 post-install: - ${MKDIR} ${PREFIX}/share/examples/totd + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/totd ${INSTALL_DATA} ${FILESDIR}/totd.conf.sample \ ${PREFIX}/share/examples/totd/totd.conf.sample |