diff options
author | dholland <dholland> | 2008-04-14 16:36:50 +0000 |
---|---|---|
committer | dholland <dholland> | 2008-04-14 16:36:50 +0000 |
commit | d56140847cb9e988009795a029d312b098f39458 (patch) | |
tree | e538c773decc24c8926e2efd1eacb41e21a28c8e /wm | |
parent | d0af6680bf42d1147c3a9c011008922adc61c985 (diff) | |
download | pkgsrc-d56140847cb9e988009795a029d312b098f39458.tar.gz |
Conversion to options forgot to update the vars in here.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/fvwm/PLIST b/wm/fvwm/PLIST index aa3088105a8..eedb87d782f 100644 --- a/wm/fvwm/PLIST +++ b/wm/fvwm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 09:21:57 martti Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/04/14 16:36:50 dholland Exp $ bin/FvwmCommand bin/fvwm bin/fvwm-config @@ -29,7 +29,7 @@ lib/X11/fvwm2/${FVWM_VER}/FvwmDebug lib/X11/fvwm2/${FVWM_VER}/FvwmDragWell lib/X11/fvwm2/${FVWM_VER}/FvwmEvent lib/X11/fvwm2/${FVWM_VER}/FvwmForm -${GTK}lib/X11/fvwm2/${FVWM_VER}/FvwmGtk +${PLIST.gtk}lib/X11/fvwm2/${FVWM_VER}/FvwmGtk lib/X11/fvwm2/${FVWM_VER}/FvwmIconBox lib/X11/fvwm2/${FVWM_VER}/FvwmIconMan lib/X11/fvwm2/${FVWM_VER}/FvwmIdent @@ -381,7 +381,7 @@ man/man1/FvwmDebug.1 man/man1/FvwmDragWell.1 man/man1/FvwmEvent.1 man/man1/FvwmForm.1 -${GTK}man/man1/FvwmGtk.1 +${PLIST.gtk}man/man1/FvwmGtk.1 man/man1/FvwmIconBox.1 man/man1/FvwmIconMan.1 man/man1/FvwmIdent.1 |