diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-22 22:28:57 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-22 22:28:57 +0000 |
commit | 3d9a145643423c47751f1b012f4b602006f7272c (patch) | |
tree | be09bc5c4bf9652726ed5f0b0f73f25ed72dc5a5 /audio | |
parent | Modify WWW. (diff) |
Use PREFIX instead of LOCALBASE for the hardcoded artsd location.
Notes
Notes:
svn path=/head/; revision=122176
Diffstat (limited to 'audio')
-rw-r--r-- | audio/artswrapper/Makefile | 3 |
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 |