diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-08-01 05:06:44 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-08-01 05:06:44 +0000 |
commit | c15cb7836bf150cd315a371808173431d68a39b4 (patch) | |
tree | 6ca2d78235a5c2328eb637619dc0da493c34456b | |
parent | fdf6f52327a4c0fd0efc2441d19f8e71741943cb (diff) | |
download | FreeBSD-ports-c15cb7836bf150cd315a371808173431d68a39b4.zip FreeBSD-ports-c15cb7836bf150cd315a371808173431d68a39b4.tar.gz |
- DISTNAME needs PORTVERSION of master PORT
- Add support for Makefile.local
- PORTREVISTION bumped
PR: 28368
-rw-r--r-- | german/ispell/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/german/ispell/Makefile b/german/ispell/Makefile index 2acc782..a44792d 100644 --- a/german/ispell/Makefile +++ b/german/ispell/Makefile @@ -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" |