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 /security/smtpd | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'security/smtpd')
-rw-r--r-- | security/smtpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/smtpd/Makefile b/security/smtpd/Makefile index c558175ed79..899248053c9 100644 --- a/security/smtpd/Makefile +++ b/security/smtpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/02/08 14:27:35 grant Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:32 jlam Exp $ # DISTNAME= smtpd-2.0 @@ -25,6 +25,8 @@ MAKE_ENV+= LD_LIBS="${LD_LIBS}" .include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= sbin + do-install: -${INSTALL_DATA_DIR} ${SPOOL}/etc ${INSTALL} -m 500 ${WRKSRC}/smtpd ${PREFIX}/sbin/smtpd |