diff options
author | mm <mm@FreeBSD.org> | 2011-06-25 06:10:53 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-06-25 06:10:53 +0800 |
commit | 4b73d83b570e1087b081d5a232897a865131b54d (patch) | |
tree | 04539c486a766e4ca2a118f97dea9038331d5b11 /audio/vo-aacenc/Makefile | |
parent | 33d42defd4f2e75ae524b0f7eedcd5d62958750b (diff) | |
download | freebsd-ports-gnome-4b73d83b570e1087b081d5a232897a865131b54d.tar.gz freebsd-ports-gnome-4b73d83b570e1087b081d5a232897a865131b54d.tar.zst freebsd-ports-gnome-4b73d83b570e1087b081d5a232897a865131b54d.zip |
Change distfile and distsite to SourceForge (project opencore-amr)
Update WWW link in pkg-descr
Diffstat (limited to 'audio/vo-aacenc/Makefile')
-rw-r--r-- | audio/vo-aacenc/Makefile | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/audio/vo-aacenc/Makefile b/audio/vo-aacenc/Makefile index e180f4512d90..8f4bbd00f9cc 100644 --- a/audio/vo-aacenc/Makefile +++ b/audio/vo-aacenc/Makefile @@ -7,9 +7,9 @@ PORTNAME= vo-aacenc PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= https://github.com/mstorsjo/${PORTNAME}/tarball/v${PORTVERSION}/ -DISTNAME= mstorsjo-${PORTNAME}-v${PORTVERSION}-0-g${GITVERSION} +MASTER_SITES= SF/opencore-amr/${PORTNAME} MAINTAINER= mm@FreeBSD.org COMMENT= VisualOn AAC encoder library @@ -17,21 +17,11 @@ COMMENT= VisualOn AAC encoder library LICENSE= ASL LICENSE_FILE= ${WRKSRC}/COPYING -GITVERSION= 4646ab8 -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/mstorsjo-${PORTNAME}-${GITVERSION} - GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtoolize aclocal autoheader autoconf automake -ACLOCAL_ARGS= -I m4 -AUTOCONF_ARGS= -I m4 - -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -E -e \ 's|^pkgconfigdir = .*|pkgconfigdir = $$(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.am + ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |