svn commit: r329940 - head/audio/libid3tag

Guido Falsi madpilot at FreeBSD.org
Wed Oct 9 23:51:06 UTC 2013


Author: madpilot
Date: Wed Oct  9 23:51:05 2013
New Revision: 329940
URL: http://svnweb.freebsd.org/changeset/ports/329940

Log:
  - Convert to staging

Modified:
  head/audio/libid3tag/Makefile

Modified: head/audio/libid3tag/Makefile
==============================================================================
--- head/audio/libid3tag/Makefile	Wed Oct  9 23:14:35 2013	(r329939)
+++ head/audio/libid3tag/Makefile	Wed Oct  9 23:51:05 2013	(r329940)
@@ -13,8 +13,6 @@ COMMENT=	ID3 tags library (part of MAD p
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-NO_STAGE=	yes
-
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=		pkgconfig
@@ -26,6 +24,6 @@ post-build:
 	cd ${WRKSRC} && CONFIG_FILES=id3tag.pc CONFIG_HEADERS= ${SH} ./config.status
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/id3tag.pc ${PREFIX}/libdata/pkgconfig/
+	${INSTALL_DATA} ${WRKSRC}/id3tag.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list