Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2016 14:46:03 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414603 - head/audio/shout-idjc
Message-ID:  <201605041446.u44Ek3LD010858@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Wed May  4 14:46:03 2016
New Revision: 414603
URL: https://svnweb.freebsd.org/changeset/ports/414603

Log:
  Use PATHFIX instead of hand crafted, artisnal, Makefile directives.

Modified:
  head/audio/shout-idjc/Makefile

Modified: head/audio/shout-idjc/Makefile
==============================================================================
--- head/audio/shout-idjc/Makefile	Wed May  4 14:06:23 2016	(r414602)
+++ head/audio/shout-idjc/Makefile	Wed May  4 14:46:03 2016	(r414603)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libshout-idjc
 PORTVERSION=	2.4.1
+PORTREVISION=	1
 CATEGORIES=	audio python
 MASTER_SITES=	SF/idjc/libshout-idjc/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
@@ -19,6 +20,7 @@ LIB_DEPENDS=	libsamplerate.so:audio/libs
 
 GNU_CONFIGURE=	yes
 USES=		libtool pathfix pkgconfig autoreconf
+PATHFIX_MAKEFILEIN=	Makefile.am
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOCS
@@ -28,10 +30,4 @@ MAKE_JOBS_UNSAFE=	yes
 post-patch:
 	@${REINPLACE_CMD} '/_XOPEN_SOURCE/d' ${WRKSRC}/configure
 
-post-stage:
-	${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig
-	${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/shout-idjc.pc \
-		${STAGEDIR}${PREFIX}/libdata/pkgconfig/shout-idjc.pc
-	${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig
-
 .include <bsd.port.mk>



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