Wrap to 80 columns.
This commit is contained in:
parent
7d49db11e9
commit
6a19217ef3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93768
1 changed files with 5 additions and 3 deletions
|
@ -36,9 +36,11 @@ pre-configure:
|
|||
|
||||
post-configure:
|
||||
${CP} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig
|
||||
${SED} -e \
|
||||
"s:^INCLUDE = :INCLUDE = -I${LOCALBASE}/include/tk8.3 -I${LOCALBASE}/include/tcl8.3 -I${X11BASE}/include :g; s:^LIB =:LIB =${PTHREAD_LIBS}:g; s:^CFLAGS =:CFLAGS+=${PTHREAD_CFLAGS}:g" < ${WRKSRC}/makefile.orig \
|
||||
> ${WRKSRC}/makefile
|
||||
${SED} -e "s:^INCLUDE = :INCLUDE = -I${LOCALBASE}/include/tk8.3 \
|
||||
-I${LOCALBASE}/include/tcl8.3 -I${X11BASE}/include :g; \
|
||||
s:^LIB =:LIB =${PTHREAD_LIBS}:g; \
|
||||
s:^CFLAGS =:CFLAGS+=${PTHREAD_CFLAGS}:g" \
|
||||
< ${WRKSRC}/makefile.orig > ${WRKSRC}/makefile
|
||||
|
||||
pre-install:
|
||||
${RM} -f ${PLIST}
|
||||
|
|
Loading…
Reference in a new issue