aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-05-08 06:09:21 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-05-08 06:09:21 +0800
commitc76002ffa2070bc9aa4b855d2febfcc9656c1827 (patch)
tree87a813063462f2f70b4a1f8e9a160664c09fef76
parent3886f9d3ae072bd1bc753f44ad316dace551002c (diff)
downloadfreebsd-ports-gnome-c76002ffa2070bc9aa4b855d2febfcc9656c1827.tar.gz
freebsd-ports-gnome-c76002ffa2070bc9aa4b855d2febfcc9656c1827.tar.zst
freebsd-ports-gnome-c76002ffa2070bc9aa4b855d2febfcc9656c1827.zip
- Use pathfix
- Add license - Trim header
-rw-r--r--devel/libbinio/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile
index 12954abe6da6..394a36c854f1 100644
--- a/devel/libbinio/Makefile
+++ b/devel/libbinio/Makefile
@@ -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>