diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-28 08:35:49 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-28 08:35:49 +0000 |
commit | ac5498c2a300a9c26c1db1419336da719378ec4a (patch) | |
tree | d491c892c64966ecb7929f2e5b83496352eccdb7 /net-im/mcabber/Makefile | |
parent | 9b7b2753e89561f56f416f726b57f7ddfe856de4 (diff) |
- Update to 0.7.8
Notes
Notes:
svn path=/head/; revision=166500
Diffstat (limited to 'net-im/mcabber/Makefile')
-rw-r--r-- | net-im/mcabber/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 4c4ad71fae5a..044f7920fd83 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mcabber -PORTVERSION= 0.7.6 +PORTVERSION= 0.7.8 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ \ http://bsd1.csme.ru/myports/ \ @@ -18,6 +18,7 @@ COMMENT= Small Jabber console client USE_BZIP2= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man USE_OPENSSL= yes USE_ICONV= yes USE_GETTEXT= yes @@ -27,8 +28,10 @@ USE_GETOPT_LONG= yes LDFLAGS+= -lcrypto MAN1= mcabber.1 -PLIST_FILES= bin/mcabber %%EXAMPLESDIR%%/mcabberrc -PLIST_DIRS= %%EXAMPLESDIR%% + +post-patch: + ${REINPLACE_CMD} -e 's#$$"$${datadir}"#"$${datadir}"#' \ + ${WRKSRC}/configure post-install: @${MKDIR} ${EXAMPLESDIR} |