diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-21 20:55:42 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-21 20:55:42 +0000 |
commit | 4695598ced494e9911d393f037d57b980631336c (patch) | |
tree | 2aad5b57ade21e563b43c6fff583b6950e2bd2e6 | |
parent | e6291390a6261ca5c13cbd75caba7d87b277a6f4 (diff) | |
download | FreeBSD-ports-4695598ced494e9911d393f037d57b980631336c.zip FreeBSD-ports-4695598ced494e9911d393f037d57b980631336c.tar.gz |
audio/ruby-snett -> audio/snett because it's a application, not a library.
PR: ports/99164
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
-rw-r--r-- | audio/snett/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/snett/Makefile b/audio/snett/Makefile index 0c9ac70..23da7ce 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> |