diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
commit | 81edaaa606a86e87c2885489ad72ee9908969aba (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /mail/popa3d | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'mail/popa3d')
-rw-r--r-- | mail/popa3d/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index add9a4bdb15..c5a6c0c4a04 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2005/05/31 17:46:45 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2005/06/16 06:58:03 jlam Exp $ # DISTNAME= popa3d-1.0 @@ -32,6 +32,8 @@ SUBST_FILES.params= params.h SUBST_SED.params= -e 's,/var/empty,${PREFIX}/share/empty,' \ -e 's,@@POPA3D_USER@@,"${POPA3D_USER}",' +INSTALLATION_DIRS= man/man8 sbin + do-install: ${INSTALL_PROGRAM} -m 500 ${WRKSRC}/popa3d ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/popa3d.8 ${PREFIX}/man/man8/ |