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 | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /net/connect | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'net/connect')
-rw-r--r-- | net/connect/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/connect/Makefile b/net/connect/Makefile index ea0ebafd9ca..86073e09316 100644 --- a/net/connect/Makefile +++ b/net/connect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/07/19 13:36:11 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:24 jlam Exp $ DISTNAME= connect PKGNAME= ${DISTNAME}-1.83 @@ -23,6 +23,8 @@ LIBS= -lsocket -lnsl LIBS= .endif +INSTALLATION_DIRS= bin + do-build: ${MKDIR} ${WRKSRC} ${CC} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${CFLAGS} -o ${WRKSRC}/connect ${LIBS} |