From owner-svn-ports-all@FreeBSD.ORG Tue May 7 22:09:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E3F9D8DB; Tue, 7 May 2013 22:09:21 +0000 (UTC) (envelope-from ehaupt@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 D658A627; Tue, 7 May 2013 22:09:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r47M9LEc095936; Tue, 7 May 2013 22:09:21 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r47M9LYs095935; Tue, 7 May 2013 22:09:21 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201305072209.r47M9LYs095935@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 7 May 2013 22:09:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317635 - head/devel/libbinio 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.14 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: Tue, 07 May 2013 22:09:22 -0000 Author: ehaupt Date: Tue May 7 22:09:21 2013 New Revision: 317635 URL: http://svnweb.freebsd.org/changeset/ports/317635 Log: - Use pathfix - Add license - Trim header Modified: head/devel/libbinio/Makefile Modified: head/devel/libbinio/Makefile ============================================================================== --- head/devel/libbinio/Makefile Tue May 7 19:48:10 2013 (r317634) +++ head/devel/libbinio/Makefile Tue May 7 22:09:21 2013 (r317635) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libbinio -# Date created: 10 August 2004 -# Whom: Emanuel Haupt -# +# Created by: Emanuel Haupt # $FreeBSD$ -# PORTNAME= libbinio PORTVERSION= 1.4 @@ -14,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ehaupt@FreeBSD.org COMMENT= Binary I/O stream class library +LICENSE= LGPL21 + +USES= pathfix USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -26,8 +25,6 @@ CFLAGS+= ${CPPFLAGS} CXXFLAGS+= ${CPPFLAGS} post-patch: - @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|; \ - s|^\(pkgconfigdir\).*|\1 = ${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.in .include