Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 13:50:34 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328004 - head/audio/faad
Message-ID:  <201309231350.r8NDoYQu028548@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 23 13:50:34 2013
New Revision: 328004
URL: http://svnweb.freebsd.org/changeset/ports/328004

Log:
  Convert to stage
  Remove useless pre/post dancing

Modified:
  head/audio/faad/Makefile
  head/audio/faad/pkg-plist

Modified: head/audio/faad/Makefile
==============================================================================
--- head/audio/faad/Makefile	Mon Sep 23 13:43:41 2013	(r328003)
+++ head/audio/faad/Makefile	Mon Sep 23 13:50:34 2013	(r328004)
@@ -12,7 +12,6 @@ MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	MPEG-2 and MPEG-4 AAC audio decoder
 
 USES=		gmake
-NO_STAGE=	yes
 USE_BZIP2=	yes
 USE_DOS2UNIX=	yes
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtool
@@ -24,8 +23,6 @@ USE_LDCONFIG=	yes
 
 MAN1=		faad.1
 
-.include <bsd.port.pre.mk>
-
 post-extract:
 	@${LN} -sf faad.man ${WRKSRC}/frontend/faad.1
 
@@ -44,4 +41,4 @@ post-patch:
 pre-configure:
 	@cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/audio/faad/pkg-plist
==============================================================================
--- head/audio/faad/pkg-plist	Mon Sep 23 13:43:41 2013	(r328003)
+++ head/audio/faad/pkg-plist	Mon Sep 23 13:50:34 2013	(r328004)
@@ -8,3 +8,4 @@ lib/libfaad.la
 lib/libfaad.so
 lib/libfaad.so.2
 lib/libmp4ff.a
+man/man1/faad.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309231350.r8NDoYQu028548>