mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Fix the plist, bump the PORTREVISION on glibmm-reference.
This commit is contained in:
parent
c5575d76a3
commit
0e76c45f72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209897
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/glibmm-2.4.pc:${PORTSDIR}/devel/glibmm \
|
||||
gm4:${PORTSDIR}/devel/m4
|
||||
|
7
devel/glibmm-reference/pkg-plist
Normal file
7
devel/glibmm-reference/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/glibmm-%%API_VERSION%%/proc/doxygen_to_devhelp.xsl
|
||||
share/devhelp/books/glibmm-%%API_VERSION%%/glibmm-%%API_VERSION%%.devhelp
|
||||
@dirrmtry share/devhelp/books/glibmm-%%API_VERSION%%
|
||||
@dirrmtry share/devhelp/books
|
||||
@dirrmtry share/devhelp
|
||||
@dirrmtry lib/glibmm-%%API_VERSION%%/proc
|
||||
@dirrmtry lib/glibmm-%%API_VERSION%%
|
@ -20,6 +20,8 @@ COMMENT= C++ interfaces for glib2
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
|
||||
|
||||
.if !defined(REFERENCE_PORT)
|
||||
|
||||
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
|
||||
@ -33,8 +35,6 @@ GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
|
||||
PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
|
||||
|
||||
post-patch:
|
||||
.for d in docs examples tests
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS = /s/${d}//' ${WRKSRC}/Makefile.in
|
||||
|
Loading…
Reference in New Issue
Block a user