diff options
author | salo <salo@pkgsrc.org> | 2002-11-30 12:41:05 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-11-30 12:41:05 +0000 |
commit | 0db5341a40b7ee4da08528093c54af66146e70df (patch) | |
tree | 4304cae5165c9e05bebb99d7be754099d8accb5e /chat/centericq | |
parent | 1b437da67492b797216f4dd75e98876f9971b4a7 (diff) | |
download | pkgsrc-0db5341a40b7ee4da08528093c54af66146e70df.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'chat/centericq')
-rw-r--r-- | chat/centericq/Makefile | 12 | ||||
-rw-r--r-- | chat/centericq/PLIST | 24 |
2 files changed, 18 insertions, 18 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 87fe99a8167..f3bef4a67cd 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/09/29 06:20:23 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/11/30 12:41:05 salo Exp $ # DISTNAME= centericq-4.6.5 @@ -9,10 +9,11 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://konst.org.ua/eng/software/centericq/info.html COMMENT= Instant Messenger interface (ICQ2000, Yahoo!, and MSN support) -USE_BUILDLINK2= yes -USE_NCURSES= yes -USE_CXX= yes -GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +USE_NCURSES= yes +USE_CXX= yes +GNU_CONFIGURE= yes LIBS= ${LDFLAGS} .include "../../devel/gettext-lib/buildlink2.mk" @@ -26,4 +27,3 @@ LIBS= ${LDFLAGS} # avoid toolchain bugs CFLAGS:= ${CFLAGS:C/-O[0-9]*//g} .endif - diff --git a/chat/centericq/PLIST b/chat/centericq/PLIST index 9fcbdf4ff6a..136c1d87fe9 100644 --- a/chat/centericq/PLIST +++ b/chat/centericq/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/10 11:01:59 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/11/30 12:41:05 salo Exp $ bin/centericq bin/cicqconv bin/cicqsync @@ -13,17 +13,17 @@ share/centericq/msg.wav share/centericq/online.wav share/centericq/sms.wav share/centericq/url.wav -share/locale/cs/LC_MESSAGES/centericq.mo -share/locale/de/LC_MESSAGES/centericq.mo -share/locale/es/LC_MESSAGES/centericq.mo -share/locale/hu/LC_MESSAGES/centericq.mo -share/locale/it/LC_MESSAGES/centericq.mo -share/locale/nl/LC_MESSAGES/centericq.mo -share/locale/pl/LC_MESSAGES/centericq.mo -share/locale/pt_BR/LC_MESSAGES/centericq.mo -share/locale/ro/LC_MESSAGES/centericq.mo -share/locale/ru/LC_MESSAGES/centericq.mo -share/locale/zh_TW.Big5/LC_MESSAGES/centericq.mo +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/centericq.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/centericq.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/centericq.mo +${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/centericq.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/centericq.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/centericq.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/centericq.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/centericq.mo +${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/centericq.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/centericq.mo +${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/centericq.mo @dirrm share/centericq/contrib/spanish @dirrm share/centericq/contrib @dirrm share/centericq |