summaryrefslogtreecommitdiff
path: root/editors/AbiWord/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-10-30 08:52:06 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-10-30 08:52:06 +0000
commit67f03b4b384dba0c78240e0a381a2f27bccb6693 (patch)
treef4cefad16bd7a0c70c2a1c784919a86983cd64c8 /editors/AbiWord/Makefile
parentQUIT the cutiness with AUTOMAKE. This should be handled in a pre-configure (diff)
Don't USE_AUTOCONF=yes -- this port doesn't let bsd.port.mk run autoconf
as is intended. I don't know what the porter was trying to acompilsh. Also, I accidently removed some lines I didn't intend to.
Notes
Notes: svn path=/head/; revision=49363
Diffstat (limited to 'editors/AbiWord/Makefile')
-rw-r--r--editors/AbiWord/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile
index 483e91be032c..19bf90018b18 100644
--- a/editors/AbiWord/Makefile
+++ b/editors/AbiWord/Makefile
@@ -31,10 +31,12 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/abi
USE_GMAKE= yes
USE_GTK= yes
-USE_AUTOMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgiconv"
MAKEFILE= GNUmakefile
+FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${PERL} -pi -e \
+ 's|\$$\(libdir\)/\@PACKAGE\@|\$$\(datadir\)/\@PACKAGE\@|g ; \
+ s|\@DEFS\@|-I${WRKSRC}/../libiconv/include \@DEFS\@|g'
pre-configure:
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog