diff options
author | gls <gls> | 2011-08-06 19:43:21 +0000 |
---|---|---|
committer | gls <gls> | 2011-08-06 19:43:21 +0000 |
commit | f521b7aa6d9735ab409609ec65501111a3105569 (patch) | |
tree | 91d6b79c880b169ec3408204948b72f2fb28de23 | |
parent | b39fc85149df9497bc4dace9fa9abcbb674a9d4b (diff) | |
download | pkgsrc-f521b7aa6d9735ab409609ec65501111a3105569.tar.gz |
libofa has a new home @ googlecode. Fix HOMEPAGE and add a new MASTER_SITES.
While here, add LICENSE.
-rw-r--r-- | audio/libofa/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index fe2661e86a4..0de8f3e140b 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.8 2011/04/22 13:42:55 obache Exp $ +# $NetBSD: Makefile,v 1.9 2011/08/06 19:43:21 gls Exp $ # DISTNAME= libofa-0.9.3 PKGREVISION= 4 CATEGORIES= audio -MASTER_SITES= http://distfiles.aydogan.net/audio/ +MASTER_SITES= http://distfiles.aydogan.net/audio/ \ + http://musicip-libofa.googlecode.com/files/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.musicip.com/dns/index.jsp +HOMEPAGE= http://code.google.com/p/musicip-libofa/ COMMENT= Open Fingerprint Architecture library +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |