diff options
author | rillig <rillig@pkgsrc.org> | 2013-08-15 20:26:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2013-08-15 20:26:51 +0000 |
commit | 07412eb9f6c631450b6c3ec81d53e65a13105cee (patch) | |
tree | 454f2d0556fa92bdfb3abee89b63d0f303487a8f /wm/bbrun | |
parent | c1d23d0b6509ddd27fae47f0808bebe473abb94e (diff) | |
download | pkgsrc-07412eb9f6c631450b6c3ec81d53e65a13105cee.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'wm/bbrun')
-rw-r--r-- | wm/bbrun/Makefile | 7 |
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" |