aboutsummaryrefslogtreecommitdiff
path: root/hungarian/ispell/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-10 14:13:53 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-10 14:13:53 +0000
commitc06e02b5781649f4e3f7006550862734f73049a8 (patch)
treed085083fb2223808b181f1771e8bd2c2f592ba94 /hungarian/ispell/Makefile
parent8348162986ba8e34416855e406ed6bf04c31911f (diff)
Notes
Diffstat (limited to 'hungarian/ispell/Makefile')
-rw-r--r--hungarian/ispell/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/hungarian/ispell/Makefile b/hungarian/ispell/Makefile
index 3f9ffac701a6..45a594bb5b2c 100644
--- a/hungarian/ispell/Makefile
+++ b/hungarian/ispell/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= ispell
-PORTVERSION= 0.99.3
-PORTREVISION= 1
+PORTVERSION= 1.0.R.1
CATEGORIES= hungarian textproc
#MASTER_SITES= http://www.szofi.hu/gnu/magyarispell/
MASTER_SITES= http://magyarispell.sourceforge.net/
-DISTNAME= magyarispell-${PORTVERSION}
+DISTNAME= magyarispell-${PORTVERSION:S/.R.1/-RC1/}
MAINTAINER= Janos.Mohacsi@bsd.hu
COMMENT= Hungarian dictionary for ispell
@@ -22,6 +21,7 @@ RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
USE_GMAKE= yes
DOCSDIR= ${PREFIX}/share/doc/hu-ispell
+DOCS= OLVASSEL README GYIK ChangeLog
do-install:
${INSTALL_DATA} ${WRKSRC}/tmp/magyar4ispell.hash ${DATADIR}/magyar.hash
@@ -31,7 +31,7 @@ do-install:
${INSTALL_SCRIPT} ${FILESDIR}/ispell-hu.sh ${PREFIX}/bin/ispell-hu
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/OLVASSEL ${WRKSRC}/README ${WRKSRC}/GYIK ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>