mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Oops, commit a couple fixes for libevent 1.1 (i cvs ci'd from the wrong
directory last time). - need libtool - update plist
This commit is contained in:
parent
e94a928909
commit
6853d329a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136142
@ -14,8 +14,11 @@ MAINTAINER= petef@FreeBSD.org
|
||||
COMMENT= Provides an API to execute callback functions on certain events
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
USE_REINPLACE= yes
|
||||
|
||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
MAN3= event.3
|
||||
MLINKS= event.3 event_init.3 event.3 event_dispatch.3 event.3 event_loop.3 \
|
||||
event.3 event_loopexit.3 event.3 event_set.3 event.3 event_add.3 \
|
||||
|
@ -1,2 +1,5 @@
|
||||
lib/libevent.a
|
||||
include/event.h
|
||||
lib/libevent-%%PORTVERSION%%.so
|
||||
lib/libevent-%%PORTVERSION%%.so.1
|
||||
lib/libevent.a
|
||||
lib/libevent.so
|
||||
|
Loading…
Reference in New Issue
Block a user