mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Stage support
- Convert to USES
This commit is contained in:
parent
5d88e02ea9
commit
61fc2830f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342314
@ -13,7 +13,7 @@ MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= Path searching library for TeX
|
||||
|
||||
USE_XZ= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
USE_TEX= texlive
|
||||
EXTRACT_AFTER_ARGS= ${EXTRACT_FILES}
|
||||
@ -23,8 +23,5 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/texk/kpathsea
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INFO= kpathsea
|
||||
MAN1= kpseaccess.1 kpsereadlink.1 kpsestat.1 kpsewhich.1 mktexlsr.1 \
|
||||
mktexmf.1 mktexpk.1 mktextfm.1 texhash.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -52,6 +52,15 @@ include/kpathsea/types.h
|
||||
include/kpathsea/variable.h
|
||||
include/kpathsea/version.h
|
||||
include/kpathsea/win32lib.h
|
||||
man/man1/kpseaccess.1.gz
|
||||
man/man1/kpsereadlink.1.gz
|
||||
man/man1/kpsestat.1.gz
|
||||
man/man1/kpsewhich.1.gz
|
||||
man/man1/mktexlsr.1.gz
|
||||
man/man1/mktexmf.1.gz
|
||||
man/man1/mktexpk.1.gz
|
||||
man/man1/mktextfm.1.gz
|
||||
man/man1/texhash.1.gz
|
||||
@dirrm include/kpathsea
|
||||
lib/libkpathsea.a
|
||||
lib/libkpathsea.la
|
||||
|
@ -23,9 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFLICTS_INSTALL= mosh-1.[0-9].*
|
||||
|
||||
PROJECTHOST= mosh-scheme
|
||||
MAN1= mosh.1 mosh_config.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
|
@ -283,6 +283,8 @@ lib/mosh/lib/yuni/util/messages.sls
|
||||
lib/mosh/lib/yuni/util/tables.sls
|
||||
lib/mosh/lib/yuni/util/tables/internal.sls
|
||||
lib/mosh/lib/yuni/util/tables/scheme.sls
|
||||
man/man1/mosh.1.gz
|
||||
man/man1/mosh_config.1.gz
|
||||
@dirrm lib/mosh/lib/yuni/util/tables
|
||||
@dirrm lib/mosh/lib/yuni/util
|
||||
@dirrm lib/mosh/lib/yuni/ui/terminal
|
||||
|
Loading…
Reference in New Issue
Block a user