svn commit: r328004 - head/audio/faad

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 23 13:50:34 UTC 2013


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 at 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


More information about the svn-ports-all mailing list