diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-07 21:18:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-07 21:18:23 +0000 |
commit | ac1a08a6f061a91c509f323ab57f70c4a03ca6bb (patch) | |
tree | 6b7991baa1d5a7302f646b783c533fefa3cd11c1 /net/centericq/Makefile | |
parent | 9355bdd6089992b9d35ade2836c7b9e9851cd0d6 (diff) |
Notes
Diffstat (limited to 'net/centericq/Makefile')
-rw-r--r-- | net/centericq/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/centericq/Makefile b/net/centericq/Makefile index 12e39610520f..2cf595f7a39e 100644 --- a/net/centericq/Makefile +++ b/net/centericq/Makefile @@ -7,8 +7,7 @@ # PORTNAME= centericq -PORTVERSION= 3.34.15 -PORTREVISION= 1 +PORTVERSION= 3.35.22 CATEGORIES= net MASTER_SITES= http://konst.org.ua/download/ @@ -31,4 +30,9 @@ CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \ -I${LOCALBASE}/include -I/usr/include .endif +post-install: + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 + @${MKDIR} ${DATADIR} + (cd ${WRKSRC}/share ; ${INSTALL_DATA} *.wav ${DATADIR}) + .include <bsd.port.post.mk> |