- DISTNAME needs PORTVERSION of master PORT

- Add support for Makefile.local
- PORTREVISTION bumped

PR:		28368
This commit is contained in:
Dirk Meyer 2001-08-01 05:06:44 +00:00
parent 94b7af2921
commit 119ffec125
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45683

View file

@ -11,7 +11,14 @@ ISPELL_DEALT= yes
ISPELL_DENEU= yes
PORTNAME= ispell
PORTVERSION= 20001109
PORTREVISION= 2
DISTNAME= ${PORTNAME}-3.2.04
UNSQ= ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==}/bin/unsq.pl
CATEGORIES= german
MASTERDIR= ${.CURDIR}/../../textproc/ispell
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"