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/mftrace | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'fonts/mftrace')
-rw-r--r-- | fonts/mftrace/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index a002b0f3ae3..cd616be41eb 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:00 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:52 jlam Exp $ DISTNAME= mftrace-1.1.1 PKGREVISION= 1 @@ -23,6 +23,8 @@ MAKEFILE= GNUmakefile PLIST_SUBST+= PYSITELIB=${PYSITELIB} PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 +INSTALLATION_DIRS= bin man/man1 ${PYSITELIB} + post-build: cd ${WRKSRC} && ${PYTHONBIN} ${PREFIX}/${PYLIB}/py_compile.py afm.py cd ${WRKSRC} && ${PYTHONBIN} ${PREFIX}/${PYLIB}/py_compile.py tfm.py |