aboutsummaryrefslogtreecommitdiff
path: root/devel/libev
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-21 00:29:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-21 00:29:24 +0000
commit94fefac97ed5464a75a77d4505927bc1477c648c (patch)
treeb37372b4a7555bb3143ddeeca011ad9af54f8280 /devel/libev
parentfc470b889d0c7c78256d045416024eaa7eb7b27a (diff)
downloadports-94fefac97ed5464a75a77d4505927bc1477c648c.tar.gz
ports-94fefac97ed5464a75a77d4505927bc1477c648c.zip
Notes
Diffstat (limited to 'devel/libev')
-rw-r--r--devel/libev/Makefile7
-rw-r--r--devel/libev/pkg-plist1
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/libev/Makefile b/devel/libev/Makefile
index b1c3c32e19ae..ba965221d861 100644
--- a/devel/libev/Makefile
+++ b/devel/libev/Makefile
@@ -9,22 +9,19 @@ MASTER_SITES= http://dist.schmorp.de/libev/ \
http://dist.schmorp.de/libev/Attic/
MAINTAINER= vsevolod@FreeBSD.org
-COMMENT= A full-featured and high-performance event loop library
+COMMENT= Full-featured and high-performance event loop library
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= pkgconfig
-MAN3= ev.3
-
PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig
-NO_STAGE= yes
post-patch:
@${SED} -e 's|%PREFIX%|${PREFIX}|g ; s|%VERSION%|${PORTVERSION}|g' \
${FILESDIR}/libev.pc.in > ${WRKDIR}/libev.pc
post-install:
- @${INSTALL_DATA} ${WRKDIR}/libev.pc ${PKGCONFIGDIR}/
+ @${INSTALL_DATA} ${WRKDIR}/libev.pc ${STAGEDIR}${PKGCONFIGDIR}/
.include <bsd.port.mk>
diff --git a/devel/libev/pkg-plist b/devel/libev/pkg-plist
index 35b33fcfc153..478de9716f14 100644
--- a/devel/libev/pkg-plist
+++ b/devel/libev/pkg-plist
@@ -5,3 +5,4 @@ lib/libev.so.4
libdata/pkgconfig/libev.pc
include/ev.h
include/ev++.h
+man/man3/ev.3.gz