diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-08-13 01:26:04 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-08-13 01:26:04 +0000 |
commit | fddfd2363ec2f00657b61f4abedce8cf049ed98f (patch) | |
tree | c1cac3aa9434d2cdd61477d186d8333fd8ab94d4 /textproc/ispell | |
parent | b5d7782b28066c2874a0089e24a041e7d35cd696 (diff) | |
download | ports-fddfd2363ec2f00657b61f4abedce8cf049ed98f.tar.gz ports-fddfd2363ec2f00657b61f4abedce8cf049ed98f.zip |
Notes
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index b8f6370d8735..2d8b330fbb50 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,8 +7,11 @@ PORTNAME?= ispell PORTVERSION?= 3.2.05 +PORTREVISION= 1 CATEGORIES+= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ +DISTNAME= ispell-3.2.05 # needed for slave ports / options +DISTFILES= ispell-3.2.05.tar.gz # needed for slave ports / options MAINTAINER?= jmz@FreeBSD.org ISPELL_FILES= ispell-3.2.05.tar.gz @@ -24,7 +27,7 @@ MAKE_FLAGS= TMPDIR=${WRKDIR} -f ALL_TARGET= BUILDHASH= ${WRKSRC}/buildhash -UNSQ?= ${WRKSRC}/unsq +UNSQ?= ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==}/bin/unsq.pl MUNCHLIST= ${WRKSRC}/munchlist DATADIR= ${PREFIX}/share/ispell |