diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-02 07:21:21 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-02 07:21:21 +0000 |
commit | 8ebcd7cb694ab9bc2c3529a611391ff98d48e9cd (patch) | |
tree | 2c14a7d7eb7b210e031d8e7dd3012c5f6ac03464 /editors/abiword/Makefile | |
parent | 06e87e80053e284ef19bed40beb74a4002da87e1 (diff) |
Notes
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r-- | editors/abiword/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 9a0f587e2451..ac145cc9c7cc 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -10,7 +10,7 @@ # AbiWord build system. PORTNAME= AbiWord -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ @@ -44,6 +44,7 @@ FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${PERL} -pi -e \ pre-configure: @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing + @${RM} -f ${WRKSRC}/configure.ac post-install: @${CAT} ${PKGMESSAGE} |