diff options
Diffstat (limited to 'net/centericq/Makefile')
-rw-r--r-- | net/centericq/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/centericq/Makefile b/net/centericq/Makefile index c38f7005adc8..01e77f11df18 100644 --- a/net/centericq/Makefile +++ b/net/centericq/Makefile @@ -7,7 +7,7 @@ # PORTNAME= centericq -PORTVERSION= 4.1.0 +PORTVERSION= 4.2.0 CATEGORIES= net MASTER_SITES= http://konst.org.ua/download/ @@ -30,7 +30,4 @@ CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \ -I${LOCALBASE}/include -I/usr/include .endif -post-install: - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 - .include <bsd.port.post.mk> |