Wrap to 80 columns.

This commit is contained in:
Trevor Johnson 2003-11-12 00:32:25 +00:00
parent 7d49db11e9
commit 6a19217ef3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93768

View file

@ -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}