1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix build after objformat removal.

This commit is contained in:
MANTANI Nobutaka 2007-02-11 17:00:22 +00:00
parent 264d11e59b
commit 996da09fc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184895

View File

@ -27,6 +27,9 @@ PLIST= ${MASTERDIR}/pkg-plist
THEMES= Escreen Eterm auto trans
pre-configure:
@${REINPLACE_CMD} -e "s,echo aout,echo elf,g" ${WRKSRC}/configure
post-configure:
for theme in ${THEMES} ; do \
${CP} ${WRKSRC}/themes/$$theme/theme.cfg ${WRKSRC}/themes/$$theme/theme.cfg.bak ; \