diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-04-03 07:52:54 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-04-03 07:52:54 +0000 |
commit | 6205f2151f20a6447bf26494b71196d4387ad5a0 (patch) | |
tree | 5cbd35206eb53619873f1a9735ebc85e69245db4 /devel/libsigc++20/Makefile | |
parent | Convert Gaim to use OPTIONS. (diff) |
Update to 2.0.11.
Also, cut down significantly on compile time by skipping the tests and
examples subdirectories.
Submitted by: adamw
Notes
Notes:
svn path=/head/; revision=132331
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> |