diff options
author | jschauma <jschauma> | 2003-03-03 02:59:29 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-03 02:59:29 +0000 |
commit | 0d5cf6e0f1fb563cd95a3c1dfc700760d319b51a (patch) | |
tree | 1f7bd2af9aed364163ae7b706e2474480830ce0f /wm/tvtwm | |
parent | 42eabf7b8b1ab78b6da0c315081ebd940196e2f6 (diff) | |
download | pkgsrc-0d5cf6e0f1fb563cd95a3c1dfc700760d319b51a.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'wm/tvtwm')
-rw-r--r-- | wm/tvtwm/Makefile | 3 | ||||
-rw-r--r-- | wm/tvtwm/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/wm/tvtwm/Makefile b/wm/tvtwm/Makefile index 9648c96180d..24cbdf00ed9 100644 --- a/wm/tvtwm/Makefile +++ b/wm/tvtwm/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/10/10 12:57:44 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/03 03:32:35 jschauma Exp $ DISTNAME= tvtwm.pl11 PKGNAME= tvtwm-11 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/tvtwm CATEGORIES= x11 wm MASTER_SITES= ${MASTER_SITE_XCONTRIB:=window_managers/} diff --git a/wm/tvtwm/PLIST b/wm/tvtwm/PLIST index 2d52c9e2c89..bd76ffd4a0b 100644 --- a/wm/tvtwm/PLIST +++ b/wm/tvtwm/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:59:28 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/03 03:32:35 jschauma Exp $ bin/tvtwm bin/ssetroot lib/X11/twm/system.tvtwmrc -man/cat1/tvtwm.0 +${IMAKE_MAN_DIR}/tvtwm.${IMAKE_MANNEWSUFFIX} |