diff options
Diffstat (limited to 'devel/libsigc++20/Makefile')
-rw-r--r-- | devel/libsigc++20/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index 4f3533de4d29..93ca1e7a5fc7 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsigc++ -PORTVERSION= 2.0.10 +PORTVERSION= 2.0.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/libsigc++/${PORTVERSION:R} @@ -23,7 +23,12 @@ LATEST_LINK= libsigc++20 INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL_VER=15 +USE_REINPLACE= yes PLIST_SUB= VERSION="2.0" API_VERSION="2.0" +post-patch: + @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \ + /^SUBDIRS =/s|examples||" ${WRKSRC}/Makefile.in + .include <bsd.port.mk> |