diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-30 08:52:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-30 08:52:06 +0000 |
commit | d29575a08519194756f6f31a1157119da41d4d48 (patch) | |
tree | 3555c54971623bb70cf2bdf8897a304d67e808a6 /editors/abiword-devel/Makefile | |
parent | fa04a8a7ffbc56e6b0eacd1fee2ff513c422386a (diff) | |
download | FreeBSD-ports-d29575a08519194756f6f31a1157119da41d4d48.zip FreeBSD-ports-d29575a08519194756f6f31a1157119da41d4d48.tar.gz |
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.
Diffstat (limited to 'editors/abiword-devel/Makefile')
-rw-r--r-- | editors/abiword-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 483e91b..19bf900 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/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 |