mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Fix new gmake end of line problem.
This commit is contained in:
parent
3165248e8b
commit
332a0c4ffa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168810
@ -15,8 +15,6 @@ DISTNAME= Xclasses-public-${PORTVERSION}.src
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= C++ layout library for X
|
||||
|
||||
BROKEN= fails to install
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
NOT_FOR_ARCHS= alpha amd64 ia64 sparc64
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
@ -27,13 +25,14 @@ USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
WRKSRC= ${WRKDIR}/xclasses
|
||||
|
||||
post-patch:
|
||||
pre-configure:
|
||||
.for file in build System/ARules.FreeBSD
|
||||
@${PERL} -pi \
|
||||
-e "s|%%CXX%%|${CXX}|g;" \
|
||||
-e "s|%%CXXFLAGS%%|${CXXFLAGS}|g;" \
|
||||
-e "s|%%X11BASE%%|${X11BASE}|g;" ${WRKSRC}/${file}
|
||||
.endfor
|
||||
${REINPLACE_CMD} -e 's|\([:alnum:]\)\\$$|\1 \\|' ${WRKSRC}/Makefile
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${SH} build all
|
||||
|
Loading…
Reference in New Issue
Block a user