diff options
author | rillig <rillig> | 2006-07-09 22:36:28 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-09 22:36:28 +0000 |
commit | 95a3199099f20c357259693ecb31dd9ff37c36bd (patch) | |
tree | b09f956b4375478205d18e5b2416a11b61961398 /sysutils/xenconsole/Makefile | |
parent | 1f7577ee762e2f260a8333ba67420612f16d7804 (diff) | |
download | pkgsrc-95a3199099f20c357259693ecb31dd9ff37c36bd.tar.gz |
Removed superfluous :Q operators.
Diffstat (limited to 'sysutils/xenconsole/Makefile')
-rw-r--r-- | sysutils/xenconsole/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xenconsole/Makefile b/sysutils/xenconsole/Makefile index 89c4879a3ef..f4b02c2011b 100644 --- a/sysutils/xenconsole/Makefile +++ b/sysutils/xenconsole/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/07/07 22:10:07 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/07/09 22:36:28 rillig Exp $ DISTNAME= xenConsole-r0.15b1-1 PKGNAME= xenconsole-0.15b1.1 @@ -10,7 +10,7 @@ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://ucck.sourceforge.net/xenConsole/ COMMENT= Console monitor for Xen -WRKSRC= ${WRKDIR:Q}/xenConsole +WRKSRC= ${WRKDIR}/xenConsole DEPENDS+= p5-Config-IniFiles>=2.38:../../devel/p5-Config-IniFiles DEPENDS+= p5-Curses-UI>=0.95:../../devel/p5-Curses-UI @@ -34,7 +34,7 @@ SUBST_SED.xenconsole+= -e s,@LOCALBASE@,${LOCALBASE:Q},g REPLACE_PERL+= xcon.pl xsnmp.pm -EGDIR= ${PREFIX:Q}/share/examples/xenconsole +EGDIR= ${PREFIX}/share/examples/xenconsole CONF_FILES= ${EGDIR:Q}/xcon.ini ${PKG_SYSCONFDIR:Q}/xcon.ini do-build: |