diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-17 14:37:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-17 14:37:28 +0000 |
commit | f3b464abae22fd49b72b16ef1eace541ce9ff633 (patch) | |
tree | c91c07e8d84dcad9a1b7bf91aaae3f3ae16eb589 /x11 | |
parent | cbaaa91a19ca6933ed4f1ed16b8df127c226b5ad (diff) | |
download | pkgsrc-f3b464abae22fd49b72b16ef1eace541ce9ff633.tar.gz |
Precreate share/doc as well.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/desklaunch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/desklaunch/Makefile b/x11/desklaunch/Makefile index 673ceb6ce7c..46308212ab6 100644 --- a/x11/desklaunch/Makefile +++ b/x11/desklaunch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/06/12 20:59:31 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/06/17 14:37:28 joerg Exp $ # VERSION= 1.1.5 @@ -14,7 +14,7 @@ COMMENT= X utility for binding commands to pixmap icons WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin share/doc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/desklaunch ${PREFIX}/bin |