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 /www/ns-remote | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'www/ns-remote')
-rw-r--r-- | www/ns-remote/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile index d44327a7226..da47148c052 100644 --- a/www/ns-remote/Makefile +++ b/www/ns-remote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/06/01 18:03:27 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/06/17 03:50:41 jlam Exp $ DISTNAME= ns-remote PKGNAME= ns-remote-1.10 @@ -12,9 +12,10 @@ COMMENT= Remote-control of Netscape and Mozilla-based browsers DIST_SUBDIR= netscape - LDFLAGS.SunOS= -lsocket -lnsl +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-extract: |