Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2013 22:09:21 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317635 - head/devel/libbinio
Message-ID:  <201305072209.r47M9LYs095935@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305072209.r47M9LYs095935>