aboutsummaryrefslogtreecommitdiff
path: root/deskutils/libgcal
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-03-18 15:02:19 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-03-18 15:02:19 +0000
commitc10bbb01894459bf7c6353a5ea599d7ef81577c5 (patch)
treec7cad76b9f9269f88178bd9f40776529b055ff41 /deskutils/libgcal
parent456a2dec019b0a5b00531d77ffe633963c5abfbf (diff)
Notes
Diffstat (limited to 'deskutils/libgcal')
-rw-r--r--deskutils/libgcal/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/deskutils/libgcal/Makefile b/deskutils/libgcal/Makefile
index b2d963036895..d4827b07b537 100644
--- a/deskutils/libgcal/Makefile
+++ b/deskutils/libgcal/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libgcal
-# Date created: 2009-08-16
-# Whom: Troels Kofoed Jacobsen <tkjacobsen@gmail.com>
-#
+# Created by: Troels Kofoed Jacobsen <tkjacobsen@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>