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 /fonts/xmbdfed | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'fonts/xmbdfed')
-rw-r--r-- | fonts/xmbdfed/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/xmbdfed/Makefile b/fonts/xmbdfed/Makefile index 66ff15c5c4c..3c04d042dee 100644 --- a/fonts/xmbdfed/Makefile +++ b/fonts/xmbdfed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:52 jlam Exp $ DISTNAME= xmbdfed-4.5 PKGREVISION= # @@ -11,6 +11,8 @@ COMMENT= Motif-based BDF font editor with lots of features USE_X11BASE= YES +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmbdfed ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xmbdfed.man ${PREFIX}/man/man1/xmbdfed.1 |