summaryrefslogtreecommitdiff
path: root/audio/snett
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-21 20:55:42 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-21 20:55:42 +0000
commitf94f0b6d7fb9a329c240fee8ce0f548073fad42b (patch)
tree1bc4104917e3c944dc56e101deeea1eb68e2b5c0 /audio/snett
parentUpdate to 0.15 (diff)
audio/ruby-snett -> audio/snett because it's a application, not a library.
PR: ports/99164 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes: svn path=/head/; revision=165988
Diffstat (limited to 'audio/snett')
-rw-r--r--audio/snett/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/snett/Makefile b/audio/snett/Makefile
index 0c9ac703e8b6..23da7ce8fe7b 100644
--- a/audio/snett/Makefile
+++ b/audio/snett/Makefile
@@ -8,7 +8,6 @@ PORTNAME= snett
PORTVERSION= 0.0.2
CATEGORIES= audio ruby
MASTER_SITES= ftp://ftp.code-monkey.de/pub/snett/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= alex@foxybanana.com
COMMENT= A simple XMMS2 client inspired by strange-quark
@@ -28,6 +27,6 @@ BROKEN= Does not compile on FreeBSD 4.x
.endif
do-install:
- @cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ install
+ @cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ ${INSTALL_TARGET}
.include <bsd.port.post.mk>