svn commit: r314577 - head/deskutils/libgcal

Max Brazhnikov makc at FreeBSD.org
Mon Mar 18 15:02:20 UTC 2013


Author: makc
Date: Mon Mar 18 15:02:19 2013
New Revision: 314577
URL: http://svnweb.freebsd.org/changeset/ports/314577

Log:
  - No need to set CMAKE_INSTALL_PREFIX, it's already done in bsd.cmake.mk
  - Trim header and remove stale stuff while I'm here
  
  Approved by:	Troels Kofoed Jacobsen (maintainer)

Modified:
  head/deskutils/libgcal/Makefile   (contents, props changed)

Modified: head/deskutils/libgcal/Makefile
==============================================================================
--- head/deskutils/libgcal/Makefile	Mon Mar 18 14:47:37 2013	(r314576)
+++ head/deskutils/libgcal/Makefile	Mon Mar 18 15:02:19 2013	(r314577)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libgcal
-# Date created:		2009-08-16
-# Whom:			Troels Kofoed Jacobsen <tkjacobsen at gmail.com>
-#
+# Created by: Troels Kofoed Jacobsen <tkjacobsen at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libgcal
 PORTVERSION=	0.9.6
@@ -22,8 +18,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_BZIP2=	yes
 USE_CMAKE=	yes
-CMAKE_ARGS=	-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
-		-DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
+CMAKE_ARGS=	-DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
 		-DENABLE_TESTS=OFF
 USE_LDCONFIG=	yes
 USE_GCC=	4.2+
@@ -34,8 +29,4 @@ USE_GCC=	4.2+
 BROKEN=		does not link
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \
-		${WRKSRC}/Makefile.am
-
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list