mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Convert to USES+=tcl
- USE_LDCONFIG - Reorder variables to make portlint non-fatal
This commit is contained in:
parent
1e8dbdd9e1
commit
e94fd2b43c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333709
1 changed files with 3 additions and 2 deletions
|
@ -5,9 +5,9 @@ PORTNAME= Trf
|
||||||
PORTVERSION= 2.1.4
|
PORTVERSION= 2.1.4
|
||||||
CATEGORIES= devel tcl
|
CATEGORIES= devel tcl
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
MASTER_SITE_SUBDIR=tcltrf/tcltrf/${PORTVERSION}
|
||||||
PKGNAMEPREFIX= tcl-
|
PKGNAMEPREFIX= tcl-
|
||||||
DISTNAME= trf${PORTVERSION}
|
DISTNAME= trf${PORTVERSION}
|
||||||
MASTER_SITE_SUBDIR=tcltrf/tcltrf/${PORTVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= mi@aldan.algebra.com
|
MAINTAINER= mi@aldan.algebra.com
|
||||||
COMMENT= Data conversion, digests, compression, error-correction for Tcl
|
COMMENT= Data conversion, digests, compression, error-correction for Tcl
|
||||||
|
@ -18,7 +18,8 @@ USE_BZIP2= yes
|
||||||
|
|
||||||
ALL_TARGET= all
|
ALL_TARGET= all
|
||||||
|
|
||||||
USE_TCL= 84+
|
USES+= tcl
|
||||||
|
USE_LDCONFIG= ${PREFIX}/lib/Trf
|
||||||
DDIR= ${PREFIX}/lib/tcl${TCL_VER}/Trf
|
DDIR= ${PREFIX}/lib/tcl${TCL_VER}/Trf
|
||||||
CFLAGS+= -Wall -Werror
|
CFLAGS+= -Wall -Werror
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue