diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-09-26 03:31:04 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-09-26 03:31:04 +0000 |
commit | ebf7e2fe4c59c3b9fee4649cfc1af236c9c142de (patch) | |
tree | c44ee62b403d1aef2c6c0670071df9ce8a10d799 /graphics/xli | |
parent | We don't have gtk-sharp20 in offical yet, only BSD#. Correct it by (diff) |
Correctly spell MLINKS.
Noticed by: Rostislav Krasny <rosti.bsd@gmail.com>
Pointy hat to: jkoshy
Diffstat (limited to 'graphics/xli')
-rw-r--r-- | graphics/xli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index abfee6f47b36..8b69508110a1 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -26,7 +26,7 @@ USE_XLIB= yes USE_IMAKE= yes USE_PERL5_BUILD=yes MAN1= xli.1 xlito.1 -MAN_LINKS= xli.1 xview.1 \ +MLINKS= xli.1 xview.1 \ xli.1 xsetbg.1 XLI_SNAPVER= 2005-09-04 |