- DISTNAME needs PORTVERSION of master PORT
- Add support for Makefile.local - PORTREVISTION bumped PR: 28368
This commit is contained in:
parent
94b7af2921
commit
119ffec125
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45683
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue