diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-12 08:32:25 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-12 08:32:25 +0800 |
commit | d738e4067373e1cc3e62aa6d0ac4b4eec72cf16a (patch) | |
tree | 61c28d0080ef08a740a2e17c57b3253988b35548 /audio | |
parent | 7365e5b1c5902ac80af8b7e9eb9240d4784960ec (diff) | |
download | freebsd-ports-gnome-d738e4067373e1cc3e62aa6d0ac4b4eec72cf16a.tar.gz freebsd-ports-gnome-d738e4067373e1cc3e62aa6d0ac4b4eec72cf16a.tar.zst freebsd-ports-gnome-d738e4067373e1cc3e62aa6d0ac4b4eec72cf16a.zip |
Wrap to 80 columns.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile index 1a4db6b5a30d..2325730546c0 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -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} |