diff options
author | jmz <jmz@FreeBSD.org> | 2001-08-20 05:41:31 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2001-08-20 05:41:31 +0800 |
commit | 7728dfb5ca7c852b9a451037e8ef19a9fca6b7dc (patch) | |
tree | d11a92775275fddd8dfe09f4a7ad434f606891da /textproc/ispell | |
parent | e0f596eb889a3c86f213452e84db8ddbd92a2527 (diff) | |
download | freebsd-ports-gnome-7728dfb5ca7c852b9a451037e8ef19a9fca6b7dc.tar.gz freebsd-ports-gnome-7728dfb5ca7c852b9a451037e8ef19a9fca6b7dc.tar.zst freebsd-ports-gnome-7728dfb5ca7c852b9a451037e8ef19a9fca6b7dc.zip |
Don't overwrite PORTREVISION if set from a slave port.
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 1548981c049a..7e8066c09af1 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ispell PORTVERSION?= 3.2.05 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES+= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ DISTNAME= ispell-3.2.05 # needed for slave ports / options |