From owner-svn-ports-head@FreeBSD.ORG Tue Dec 11 20:40:13 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE3822B7; Tue, 11 Dec 2012 20:40:13 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 931D48FC14; Tue, 11 Dec 2012 20:40:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBKeDPW085695; Tue, 11 Dec 2012 20:40:13 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBKeDWG085694; Tue, 11 Dec 2012 20:40:13 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201212112040.qBBKeDWG085694@svn.freebsd.org> From: Johan van Selst Date: Tue, 11 Dec 2012 20:40:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308712 - head/www/qdecoder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 20:40:13 -0000 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}