Date: Tue, 11 Dec 2012 20:40:13 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308712 - head/www/qdecoder Message-ID: <201212112040.qBBKeDWG085694@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Tue Dec 11 20:40:12 2012 New Revision: 308712 URL: http://svnweb.freebsd.org/changeset/ports/308712 Log: - Remove dead mirror site - PORTEXAMPLES can be set unconditionally [1] Reported by: danfe [1] Modified: head/www/qdecoder/Makefile Modified: head/www/qdecoder/Makefile ============================================================================== --- head/www/qdecoder/Makefile Tue Dec 11 20:39:12 2012 (r308711) +++ head/www/qdecoder/Makefile Tue Dec 11 20:40:12 2012 (r308712) @@ -4,8 +4,7 @@ PORTNAME= qdecoder PORTVERSION= 12.0.4 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/ \ - ftp://ftp.qdecoder.org/pub/qDecoder/ +MASTER_SITES= SF/${PORTNAME}/ DISTNAME= qDecoder-${PORTVERSION} MAINTAINER= johans@FreeBSD.org @@ -17,6 +16,7 @@ MAKE_ARGS= exec_prefix="${PREFIX}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DEBUG +PORTEXAMPLES= * PLIST_FILES= include/qdecoder.h \ lib/libqdecoder.a \ @@ -29,10 +29,6 @@ PLIST_FILES= include/qdecoder.h \ CONFIGURE_ARGS+="--enable-debug" .endif -.if ${PORT_OPTIONS:MEXAMPLES} -PORTEXAMPLES= * -.endif - post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212112040.qBBKeDWG085694>