diff options
author | kris <kris@FreeBSD.org> | 2001-05-29 06:30:45 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-05-29 06:30:45 +0000 |
commit | 5b02d708ab52def2e7c2c8b9308fbfb52c870a45 (patch) | |
tree | 66bdbdbe75d69dff492a9acfb3971de98ea9d7a5 /textproc/no-ispell | |
parent | db33d312c0d7e3b451a5676825a6a5c8630a4f6e (diff) | |
download | FreeBSD-ports-5b02d708ab52def2e7c2c8b9308fbfb52c870a45.zip FreeBSD-ports-5b02d708ab52def2e7c2c8b9308fbfb52c870a45.tar.gz |
Create tempfiles securely. Bump PORTREVISION.
Submitted by: Jarno Huuskonen <Jarno.Huuskonen@uku.fi>
Diffstat (limited to 'textproc/no-ispell')
-rw-r--r-- | textproc/no-ispell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/no-ispell/Makefile b/textproc/no-ispell/Makefile index 1ff8103..2400564 100644 --- a/textproc/no-ispell/Makefile +++ b/textproc/no-ispell/Makefile @@ -10,6 +10,7 @@ MAINTAINER= alex@FreeBSD.org ISPELL_NO= yes PORTNAME= no-ispell PORTVERSION= 2.0 +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../ispell .include "${MASTERDIR}/Makefile" |