diff options
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r-- | editors/abiword/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 3052351..5f36157 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/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> |