diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-14 02:14:16 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-14 02:14:16 +0000 |
commit | cef077f20a02ef2da771b4df067639e003254540 (patch) | |
tree | 4ab889d016cc3c7003c3f11c96e7039ad9912141 /net-im/centericq/Makefile | |
parent | 021c92d36b0d0aab7797a87e1ab89f1bde131fa6 (diff) | |
download | FreeBSD-ports-cef077f20a02ef2da771b4df067639e003254540.zip FreeBSD-ports-cef077f20a02ef2da771b4df067639e003254540.tar.gz |
install FAQ and README
bump PORTREVISION
Requested by: Jay Dresser <jay@dresserfamily.org>
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r-- | net-im/centericq/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 6443ad2..c77f434 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -8,7 +8,7 @@ PORTNAME= centericq PORTVERSION= 4.7.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://konst.org.ua/download/ @@ -29,4 +29,10 @@ MAN1= centericq.1 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} + @(cd ${WRKSRC} ; ${INSTALL_DATA} FAQ README ${DOCSDIR}) +.endif + .include <bsd.port.post.mk> |