summaryrefslogtreecommitdiff
path: root/wm/bbrun
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2013-08-15 20:26:51 +0000
committerrillig <rillig@pkgsrc.org>2013-08-15 20:26:51 +0000
commit07412eb9f6c631450b6c3ec81d53e65a13105cee (patch)
tree454f2d0556fa92bdfb3abee89b63d0f303487a8f /wm/bbrun
parentc1d23d0b6509ddd27fae47f0808bebe473abb94e (diff)
downloadpkgsrc-07412eb9f6c631450b6c3ec81d53e65a13105cee.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'wm/bbrun')
-rw-r--r--wm/bbrun/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/wm/bbrun/Makefile b/wm/bbrun/Makefile
index 6f1fd6655fa..588073604a8 100644
--- a/wm/bbrun/Makefile
+++ b/wm/bbrun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2012/10/08 12:42:18 asau Exp $
+# $NetBSD: Makefile,v 1.22 2013/08/15 20:26:51 rillig Exp $
DISTNAME= bbrun-1.3
PKGREVISION= 5
@@ -11,14 +11,11 @@ COMMENT= Run utility for BlackBox
WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
USE_TOOLS+= gmake
-
BUILD_TARGET= bbrun
-
-INSTALLATION_DIRS= bin share/doc/bbrun
+AUTO_MKDIRS= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/bbrun
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${DESTDIR}${PREFIX}/share/doc/bbrun
.include "../../x11/gtk/buildlink3.mk"