mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
9b6820406a
commit
98b697b9c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359957
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= gawk
|
||||
PORTVERSION= 4.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GNU
|
||||
|
||||
@ -22,7 +23,7 @@ MPFR_CONFIGURE_OFF= --without-gmp --without-mpfr
|
||||
INFO= gawk gawkinet
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= iconv makeinfo tar:xz
|
||||
USES= iconv libtool makeinfo tar:xz
|
||||
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \
|
||||
--with-libintl-prefix=${LOCALBASE} \
|
||||
AWK=${AWK}
|
||||
|
@ -3,29 +3,17 @@ bin/gawk-%%VERSION%%
|
||||
bin/igawk
|
||||
include/gawkapi.h
|
||||
lib/gawk/filefuncs.so
|
||||
lib/gawk/filefuncs.la
|
||||
lib/gawk/fnmatch.so
|
||||
lib/gawk/fnmatch.la
|
||||
lib/gawk/fork.so
|
||||
lib/gawk/fork.la
|
||||
lib/gawk/inplace.so
|
||||
lib/gawk/inplace.la
|
||||
lib/gawk/ordchr.so
|
||||
lib/gawk/ordchr.la
|
||||
lib/gawk/readdir.so
|
||||
lib/gawk/readdir.la
|
||||
lib/gawk/readfile.so
|
||||
lib/gawk/readfile.la
|
||||
lib/gawk/revoutput.so
|
||||
lib/gawk/revoutput.la
|
||||
lib/gawk/revtwoway.so
|
||||
lib/gawk/revtwoway.la
|
||||
lib/gawk/rwarray.so
|
||||
lib/gawk/rwarray.la
|
||||
lib/gawk/testext.so
|
||||
lib/gawk/testext.la
|
||||
lib/gawk/time.so
|
||||
lib/gawk/time.la
|
||||
libexec/awk/grcat
|
||||
libexec/awk/pwcat
|
||||
man/man1/gawk.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user