mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
chinese/cless: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
54e21d6988
commit
aa24de6a2c
3 changed files with 16 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= cless
|
||||
PORTVERSION= 290
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
|
||||
|
||||
|
@ -10,6 +11,7 @@ LICENSE= BSD2CLAUSE
|
|||
|
||||
USES= ncurses
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
|
||||
CPP= #
|
||||
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
--- Makefile.in.orig 1995-04-25 10:41:39.000000000 +0800
|
||||
+++ Makefile.in 2014-01-08 23:13:25.000000000 +0800
|
||||
@@ -73,24 +73,24 @@ lesskey: lesskey.${O} version.${O}
|
||||
--- Makefile.in.orig 1995-04-25 02:41:39 UTC
|
||||
+++ Makefile.in
|
||||
@@ -27,7 +27,7 @@ datadir = ${prefix}/share
|
||||
# Where the help file goes.
|
||||
datadir = ${prefix}/share
|
||||
|
||||
-mandir = ${prefix}/man/man${manext}
|
||||
+mandir = ${prefix}/share/man/man${manext}
|
||||
manext = 1
|
||||
manprefix =
|
||||
|
||||
@@ -73,24 +73,24 @@ filename.${O}: filename.c
|
||||
${OBJ}: less.h defines.h funcs.h
|
||||
|
||||
filename.${O}: filename.c
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
bin/cless
|
||||
bin/clesskey
|
||||
man/man1/cless.1.gz
|
||||
man/man1/clesskey.1.gz
|
||||
share/man/man1/cless.1.gz
|
||||
share/man/man1/clesskey.1.gz
|
||||
share/cless.bg5
|
||||
share/cless.gb
|
||||
share/cless.hlp
|
||||
|
|
Loading…
Add table
Reference in a new issue