aboutsummaryrefslogtreecommitdiffstats
path: root/audio/snett
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-06-22 04:55:42 +0800
committeritetcu <itetcu@FreeBSD.org>2006-06-22 04:55:42 +0800
commit4695598ced494e9911d393f037d57b980631336c (patch)
tree2aad5b57ade21e563b43c6fff583b6950e2bd2e6 /audio/snett
parente6291390a6261ca5c13cbd75caba7d87b277a6f4 (diff)
downloadfreebsd-ports-gnome-4695598ced494e9911d393f037d57b980631336c.tar.gz
freebsd-ports-gnome-4695598ced494e9911d393f037d57b980631336c.tar.zst
freebsd-ports-gnome-4695598ced494e9911d393f037d57b980631336c.zip
audio/ruby-snett -> audio/snett because it's a application, not a library.
PR: ports/99164 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
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>