aboutsummaryrefslogtreecommitdiff
path: root/audio/artswrapper
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-11-22 22:28:57 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-11-22 22:28:57 +0000
commit3d9a145643423c47751f1b012f4b602006f7272c (patch)
treebe09bc5c4bf9652726ed5f0b0f73f25ed72dc5a5 /audio/artswrapper
parentc27762d925953dd8d677400419b04fbb5d7f851f (diff)
downloadports-3d9a145643423c47751f1b012f4b602006f7272c.tar.gz
ports-3d9a145643423c47751f1b012f4b602006f7272c.zip
Notes
Diffstat (limited to 'audio/artswrapper')
-rw-r--r--audio/artswrapper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/artswrapper/Makefile b/audio/artswrapper/Makefile
index 500707682470..d755ad9850ba 100644
--- a/audio/artswrapper/Makefile
+++ b/audio/artswrapper/Makefile
@@ -7,6 +7,7 @@
PORTNAME= artswrapper
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= audio
DISTNAME= # none
EXTRACT_SUFX= # none
@@ -22,7 +23,7 @@ do-fetch:
.include <bsd.port.pre.mk>
do-build:
- ${CC} ${CFLAGS} -DHAVE_REALTIME_SCHED -DEXECUTE=\"${LOCALBASE}/bin/artsd\" -o ${WRKSRC}/artswrapper ${FILESDIR}/artswrapper.c
+ ${CC} ${CFLAGS} -DHAVE_REALTIME_SCHED -DEXECUTE=\"${PREFIX}/bin/artsd\" -o ${WRKSRC}/artswrapper ${FILESDIR}/artswrapper.c
do-install:
${INSTALL} ${COPY} ${STRIP} ${_BINOWNGRP} -m 4555 ${WRKSRC}/artswrapper ${PREFIX}/bin