From owner-svn-ports-all@freebsd.org Sun Jun 11 14:33:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83E1ED88484; Sun, 11 Jun 2017 14:33:45 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C372677DD; Sun, 11 Jun 2017 14:33:45 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5BEXiuf028838; Sun, 11 Jun 2017 14:33:44 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5BEXi70028837; Sun, 11 Jun 2017 14:33:44 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201706111433.v5BEXi70028837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 11 Jun 2017 14:33:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443390 - head/audio/shairport X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2017 14:33:45 -0000 Author: wen Date: Sun Jun 11 14:33:44 2017 New Revision: 443390 URL: https://svnweb.freebsd.org/changeset/ports/443390 Log: - Minor cleanup of Makefile Spotted by: danfe@ Modified: head/audio/shairport/Makefile Modified: head/audio/shairport/Makefile ============================================================================== --- head/audio/shairport/Makefile Sun Jun 11 13:46:40 2017 (r443389) +++ head/audio/shairport/Makefile Sun Jun 11 14:33:44 2017 (r443390) @@ -26,9 +26,6 @@ OPTIONS_DEFINE= DOCS post-patch: @${ECHO_CMD} '"'${PORTVERSION}'"' > ${WRKSRC}/version.h -do-configure: - cd ${WRKSRC} ; ./configure - do-install: cd ${WRKSRC} ; ${GMAKE} PREFIX=${STAGEDIR}${PREFIX} install ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/shairport