summaryrefslogtreecommitdiff
path: root/editors/AbiWord2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/AbiWord2/Makefile')
-rw-r--r--editors/AbiWord2/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile
index 3052351ab1f1..5f361578f996 100644
--- a/editors/AbiWord2/Makefile
+++ b/editors/AbiWord2/Makefile
@@ -10,7 +10,7 @@
# AbiWord build system.
PORTNAME= AbiWord
-PORTVERSION= 0.9.0
+PORTVERSION= 0.9.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
@@ -42,9 +42,6 @@ FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${PERL} -pi -e \
pre-configure:
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog
-
-post-install:
- @${LN} -sf LittleEndian32.american.hash \
- ${PREFIX}/share/abiword/dictionary/american.hash
+ @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing
.include <bsd.port.mk>