diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
commit | 984edc33c6b1830f6e322de9892466e0b2c8cde1 (patch) | |
tree | 4d1d884fe35e78216fd1cc2704789c93f36dfb94 /wm/bsetroot | |
parent | 6b77282820994903707705d816ca5d7301c9fb22 (diff) | |
download | pkgsrc-984edc33c6b1830f6e322de9892466e0b2c8cde1.tar.gz |
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'wm/bsetroot')
-rw-r--r-- | wm/bsetroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/bsetroot/Makefile b/wm/bsetroot/Makefile index 0e36a951ddf..d4657954de7 100644 --- a/wm/bsetroot/Makefile +++ b/wm/bsetroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/10/08 12:42:18 asau Exp $ +# $NetBSD: Makefile,v 1.26 2013/04/06 15:46:40 rodent Exp $ # DISTNAME= blackbox-0.65.0 @@ -14,7 +14,7 @@ COMMENT= Tools to set the root windows background USE_LANGUAGES= c c++ GNU_CONFIGURE= YES -BUILD_DIRS= ${WRKSRC}/nls ${WRKSRC}/util +BUILD_DIRS= nls util INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |