aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword-devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-10-30 08:48:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-10-30 08:48:44 +0000
commit8e56b39678ad6b50bb3ca1620fa85c6eeee44702 (patch)
tree2b10b04c52332606037d017874c2479b0012f09b /editors/abiword-devel
parent4036b9fde5b1a313adaf5aa99a09274c4b2e8a58 (diff)
downloadports-8e56b39678ad6b50bb3ca1620fa85c6eeee44702.tar.gz
ports-8e56b39678ad6b50bb3ca1620fa85c6eeee44702.zip
Notes
Diffstat (limited to 'editors/abiword-devel')
-rw-r--r--editors/abiword-devel/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile
index ac145cc9c7cc..483e91be032c 100644
--- a/editors/abiword-devel/Makefile
+++ b/editors/abiword-devel/Makefile
@@ -32,19 +32,16 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/abi
USE_GMAKE= yes
USE_GTK= yes
USE_AUTOMAKE= yes
-AUTOMAKE= ${WRKSRC}/autogen.sh && ${FIXME}
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
@cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing
@${RM} -f ${WRKSRC}/configure.ac
+ @cd ${WRKSRC} ; ${WRKSRC}/autogen.sh
+ @cd ${WRKSRC} ; ${FIXME}
post-install:
@${CAT} ${PKGMESSAGE}