diff options
author | jlam <jlam> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-17 03:50:19 +0000 |
commit | f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /x11/gtk2-theme-switch | |
parent | 516d949f51bec91a74690755d12106271036f8f8 (diff) | |
download | pkgsrc-f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'x11/gtk2-theme-switch')
-rw-r--r-- | x11/gtk2-theme-switch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk2-theme-switch/Makefile b/x11/gtk2-theme-switch/Makefile index 1833b765d2f..a208a2f2e66 100644 --- a/x11/gtk2-theme-switch/Makefile +++ b/x11/gtk2-theme-switch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:48 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:44 jlam Exp $ # DISTNAME= gtk-theme-switch-2.0.0rc2 @@ -14,6 +14,7 @@ COMMENT= Allows quick & easy switching of GTK+ 2.x themes USE_TOOLS+= gmake BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED +INSTALLATION_DIRS= bin man/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/switch2 \ |