Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 20:12:52 +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: r329375 - head/audio/twolame
Message-ID:  <201310042012.r94KCqvD033870@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Oct  4 20:12:51 2013
New Revision: 329375
URL: http://svnweb.freebsd.org/changeset/ports/329375

Log:
  stagify

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

Modified: head/audio/twolame/Makefile
==============================================================================
--- head/audio/twolame/Makefile	Fri Oct  4 20:11:29 2013	(r329374)
+++ head/audio/twolame/Makefile	Fri Oct  4 20:12:51 2013	(r329375)
@@ -10,15 +10,12 @@ MASTER_SITES=	SF \
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	MPEG Audio Layer 2 encoder
 
-LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile
 
 USES=		gmake pathfix pkgconfig
-NO_STAGE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-MAN1=		twolame.1
-
 post-patch:
 	@${REINPLACE_CMD} -e 's| -O3||g' \
 		${WRKSRC}/configure

Modified: head/audio/twolame/pkg-plist
==============================================================================
--- head/audio/twolame/pkg-plist	Fri Oct  4 20:11:29 2013	(r329374)
+++ head/audio/twolame/pkg-plist	Fri Oct  4 20:12:51 2013	(r329375)
@@ -26,5 +26,6 @@ libdata/pkgconfig/twolame.pc
 %%DOCSDIR%%/html/vbr.html
 %%DOCSDIR%%/psycho.txt
 %%DOCSDIR%%/vbr.txt
+man/man1/twolame.1.gz
 @dirrm %%DOCSDIR%%/html
 @dirrm %%DOCSDIR%%



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