diff options
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r-- | net-im/centericq/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 12874c5fc02a..c38f7005adc8 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -7,7 +7,7 @@ # PORTNAME= centericq -PORTVERSION= 4.0.0 +PORTVERSION= 4.1.0 CATEGORIES= net MASTER_SITES= http://konst.org.ua/download/ @@ -32,7 +32,5 @@ CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \ post-install: ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 - @${MKDIR} ${DATADIR} - (cd ${WRKSRC}/share ; ${INSTALL_DATA} *.wav ${DATADIR}) .include <bsd.port.post.mk> |