From owner-svn-ports-all@FreeBSD.ORG Sun May 10 21:46:46 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 064378FF; Sun, 10 May 2015 21:46:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E8C111FD2; Sun, 10 May 2015 21:46:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4ALkjIq087356; Sun, 10 May 2015 21:46:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4ALkjR7087354; Sun, 10 May 2015 21:46:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505102146.t4ALkjR7087354@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 May 2015 21:46:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386030 - head/devel/autogen 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.20 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, 10 May 2015 21:46:46 -0000 Author: amdmi3 Date: Sun May 10 21:46:45 2015 New Revision: 386030 URL: https://svnweb.freebsd.org/changeset/ports/386030 Log: - Simplify MASTER_SITES - Strip library Modified: head/devel/autogen/Makefile Modified: head/devel/autogen/Makefile ============================================================================== --- head/devel/autogen/Makefile Sun May 10 20:58:59 2015 (r386029) +++ head/devel/autogen/Makefile Sun May 10 21:46:45 2015 (r386030) @@ -3,9 +3,9 @@ PORTNAME= autogen PORTVERSION= 5.18.4 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GNU -MASTER_SITE_SUBDIR= ${PORTNAME}/rel${PORTVERSION} +MASTER_SITES= GNU/${PORTNAME}/rel${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu MAINTAINER= ports@FreeBSD.org @@ -22,7 +22,8 @@ CONFIGURE_ARGS= --with-libguile=yes --wi --datadir=${PREFIX}/share USE_LDCONFIG= yes SHEBANG_FILES= autoopts/tpl/*.pl +INSTALL_TARGET= install-strip -INFO= autogen +INFO= autogen .include