mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Fix whitespace Approved by: portmgr blanket
This commit is contained in:
parent
ec657e94c6
commit
4aa278f51f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364704
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= kpathsea
|
||||
PORTVERSION= 6.1.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/
|
||||
PKGNAMEPREFIX= tex-
|
||||
@ -12,7 +12,7 @@ DIST_SUBDIR= TeX
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= Path searching library for TeX
|
||||
|
||||
USES= gmake tar:xz
|
||||
USES= gmake tar:xz libtool
|
||||
USE_LDCONFIG= yes
|
||||
USE_TEX= texlive
|
||||
EXTRACT_AFTER_ARGS= ${EXTRACT_FILES}
|
||||
@ -21,6 +21,6 @@ EXTRACT_FILES= ${DISTNAME}/build-aux \
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/kpathsea
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INFO= kpathsea
|
||||
INFO= kpathsea
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -63,9 +63,9 @@ man/man1/mktextfm.1.gz
|
||||
man/man1/texhash.1.gz
|
||||
@dirrm include/kpathsea
|
||||
lib/libkpathsea.a
|
||||
lib/libkpathsea.la
|
||||
lib/libkpathsea.so
|
||||
lib/libkpathsea.so.7
|
||||
lib/libkpathsea.so.6
|
||||
lib/libkpathsea.so.6.1.0
|
||||
%%TEXMFDIR%%/web2c/texmf.cnf
|
||||
@dirrmtry %%TEXMFDIR%%/web2c
|
||||
@dirrmtry %%TEXMFDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user