diff options
author | salo <salo> | 2002-12-01 14:37:12 +0000 |
---|---|---|
committer | salo <salo> | 2002-12-01 14:37:12 +0000 |
commit | 4b2e9baaa17a9975cf4fa62f799acce15c84e080 (patch) | |
tree | bfc7504df26208503e25bdc50c066e755f222c54 /ham | |
parent | 069daf15b4fbe310970710b97adb0f8c17b16ce8 (diff) | |
download | pkgsrc-4b2e9baaa17a9975cf4fa62f799acce15c84e080.tar.gz |
USE_PKGLOCALEDIR.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/tnt/Makefile | 8 | ||||
-rw-r--r-- | ham/tnt/PLIST | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index daba4c53433..690aad857e6 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/02/18 15:14:21 seb Exp $ +# $NetBSD: Makefile,v 1.10 2002/12/01 14:37:12 salo Exp $ # DISTNAME= tnt-1.9.1 @@ -12,8 +12,10 @@ COMMENT= Amateur packet radio terminal program for TNC2, AEA PK232 and PK88 DEPENDS+= dialog-0.6z:../../misc/dialog -USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes INFO_FILES= tntdoc.info diff --git a/ham/tnt/PLIST b/ham/tnt/PLIST index 8d2e2d15cd6..69edfddf1b9 100644 --- a/ham/tnt/PLIST +++ b/ham/tnt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:22 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/01 14:37:12 salo Exp $ bin/tnt bin/tntc include/tntrun.h @@ -81,7 +81,7 @@ share/doc/tnt/Readme5.fr share/doc/tnt/Readme6.de share/doc/tnt/Readme6.en share/doc/tnt/Readme6.fr -share/locale/de/LC_MESSAGES/tnt.mo -share/locale/fr/LC_MESSAGES/tnt.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/tnt.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/tnt.mo @dirrm share/doc/tnt @dirrm share/tnt/sounds |