diff options
author | seb <seb@pkgsrc.org> | 2003-08-06 19:57:23 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-06 19:57:23 +0000 |
commit | fc435c67d7f6ecd04392bf72ec5cc85d66e17a5b (patch) | |
tree | cefdae2c53fbc46bb6f476076ab1e17581bb82ba /wm/sawfish/Makefile | |
parent | f3e0679b4e2f6ba886c6b6050c230d29999c688b (diff) | |
download | pkgsrc-fc435c67d7f6ecd04392bf72ec5cc85d66e17a5b.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'wm/sawfish/Makefile')
-rw-r--r-- | wm/sawfish/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index 731b4b76788..550999f8f85 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/13 18:01:50 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2003/08/06 19:57:23 seb Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -12,9 +12,12 @@ USE_X11BASE= # defined CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} -TEXINFO_OVERRIDE= YES BUILD_USES_MSGFMT= YES +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES +INFO_FILES= sawfish.info + PLIST_SUBST+= SF_VERS=${SF_VERS} post-install: |