diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /comms/scmxx | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'comms/scmxx')
-rw-r--r-- | comms/scmxx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 2a1081a722f..fce630b7f07 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2006/03/03 22:25:14 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= scmxx-0.9.0 @@ -11,10 +11,8 @@ HOMEPAGE= http://www.hendrik-sattler.de/scmxx/ COMMENT= Data exchange utility for Siemens mobile phones GNU_CONFIGURE= yes -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake -BUILD_USES_MSGFMT= yes +USE_TOOLS+= gmake msgfmt post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scmxx |