[Midnightbsd-cvs] mports [21139] trunk/devel/liboobs/Makefile: dont turn off utmpx

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 12 18:22:33 EST 2016


Revision: 21139
          http://svnweb.midnightbsd.org/mports/?rev=21139
Author:   laffer1
Date:     2016-03-12 18:22:33 -0500 (Sat, 12 Mar 2016)
Log Message:
-----------
dont turn off utmpx

Modified Paths:
--------------
    trunk/devel/liboobs/Makefile

Modified: trunk/devel/liboobs/Makefile
===================================================================
--- trunk/devel/liboobs/Makefile	2016-03-12 23:21:29 UTC (rev 21138)
+++ trunk/devel/liboobs/Makefile	2016-03-12 23:22:33 UTC (rev 21139)
@@ -4,7 +4,7 @@
 
 PORTNAME=	liboobs
 PORTVERSION=	3.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -11,6 +11,7 @@
 
 MAINTAINER=	portsMidnightBSD.org
 COMMENT=	Wrapping library to the System Tools Backends
+
 LICENSE=	gpl2
 
 BUILD_DEPENDS=	system-tools-backends:${PORTSDIR}/sysutils/system-tools-backends
@@ -26,10 +27,4 @@
 CPPFLAGS+=	-I${LOCALBASE}/include
 INSTALL_TARGET=	install-strip
 
-.include <bsd.port.pre.mk>
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|utmpx|utmp|g' \
-		${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list