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 /emulators/uips | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'emulators/uips')
-rw-r--r-- | emulators/uips/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/uips/Makefile b/emulators/uips/Makefile index 7305bdbcdaf..65cadf7b551 100644 --- a/emulators/uips/Makefile +++ b/emulators/uips/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:46 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:51 jlam Exp $ # DISTNAME= uips @@ -14,6 +14,7 @@ COMMENT= IPS patcher with v2 support DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin do-extract: ${CP} ${_DISTDIR}/uips.c ${WRKSRC}/ |