Date: Wed, 26 Feb 2014 11:14:36 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346189 - head/multimedia/xporthdmv Message-ID: <201402261114.s1QBEaRV067719@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Feb 26 11:14:36 2014 New Revision: 346189 URL: http://svnweb.freebsd.org/changeset/ports/346189 QAT: https://qat.redports.org/buildarchive/r346189/ Log: - Replace space with tab in Makefile and pkg-descr - Simplify build target - Eliminate inclusion of bsd.port.post.mk Modified: head/multimedia/xporthdmv/Makefile head/multimedia/xporthdmv/pkg-descr Modified: head/multimedia/xporthdmv/Makefile ============================================================================== --- head/multimedia/xporthdmv/Makefile Wed Feb 26 11:06:10 2014 (r346188) +++ head/multimedia/xporthdmv/Makefile Wed Feb 26 11:14:36 2014 (r346189) @@ -12,14 +12,12 @@ COMMENT= The xport Transport Stream Demu USE_ZIP= yes NO_WRKSUBDIR= yes -PLIST_FILES= bin/xporthdmv +PLIST_FILES= bin/xporthdmv do-build: - cd ${WRKSRC} \ - && ${CC} ${CFLAGS} xport.c -o xporthdmv + ${CC} ${CFLAGS} ${WRKSRC}/xport.c -o ${WRKSRC}/xporthdmv do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xporthdmv ${STAGEDIR}${PREFIX}/bin -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/multimedia/xporthdmv/pkg-descr ============================================================================== --- head/multimedia/xporthdmv/pkg-descr Wed Feb 26 11:06:10 2014 (r346188) +++ head/multimedia/xporthdmv/pkg-descr Wed Feb 26 11:14:36 2014 (r346189) @@ -1,3 +1,3 @@ xport Transport Stream Demuxer, sometimes called xporthdmv -WWW: http://www.w6rz.net/ +WWW: http://www.w6rz.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402261114.s1QBEaRV067719>