diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2008-05-11 14:29:23 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2008-05-11 14:29:23 +0000 |
commit | 02d445d9793e9908157eea955c48d8e688824587 (patch) | |
tree | c96ab36defcbbaf8e1fa6fe5f6885ef93fcaa82f /time | |
parent | cb87e5553d2aca307bd796dd81052d4b247a5265 (diff) | |
download | pkgsrc-02d445d9793e9908157eea955c48d8e688824587.tar.gz |
Fix several plists that use imake after some modifications in the imake
framework several monthes ago. This resolves various build problems on
Linux.
Should fix PR 37646. Patch from cheusov. Confirmed by joerg.
Diffstat (limited to 'time')
-rw-r--r-- | time/swisswatch/PLIST | 4 | ||||
-rw-r--r-- | time/xtimer/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/time/swisswatch/PLIST b/time/swisswatch/PLIST index cf3d560fbfb..ab4a9d2eb9c 100644 --- a/time/swisswatch/PLIST +++ b/time/swisswatch/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2003/03/03 03:23:25 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/05/11 14:29:23 tonnerre Exp $ bin/swisswatch lib/X11/app-defaults/SwissWatch lib/X11/app-defaults/SwissWatch-color -${IMAKE_MAN_DIR}/swisswatch.${IMAKE_MANNEWSUFFIX}.gz +${IMAKE_MAN_DIR}/swisswatch.${IMAKE_MAN_SUFFIX} diff --git a/time/xtimer/PLIST b/time/xtimer/PLIST index a8f35794dfd..4f0e4631f0b 100644 --- a/time/xtimer/PLIST +++ b/time/xtimer/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2003/03/03 03:23:27 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/05/11 14:29:23 tonnerre Exp $ bin/xtimer -${IMAKE_MAN_DIR}/xtimer.${IMAKE_MANNEWSUFFIX}.gz +${IMAKE_MAN_DIR}/xtimer.${IMAKE_MAN_SUFFIX} |