diff options
author | joerg <joerg> | 2007-06-17 14:37:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-17 14:37:28 +0000 |
commit | d6065e7975dc70fffe999c58ba8f389977305e60 (patch) | |
tree | c91c07e8d84dcad9a1b7bf91aaae3f3ae16eb589 /x11 | |
parent | 4769c0a03a2a3d078022769f18da0d79bf956ebf (diff) | |
download | pkgsrc-d6065e7975dc70fffe999c58ba8f389977305e60.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 |