diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-07-29 09:54:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-07-29 09:54:17 +0000 |
commit | d97125bfe0aaf2fd0f30bf907c0963cc8e339d28 (patch) | |
tree | b0c1d32b7a70a74a9361bc2342da3ccb63270acc /mail | |
parent | - Kill info files installation to fix plist problems (diff) |
Fix build.
PR: ports/84260
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=140384
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter-qdbm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/bogofilter-qdbm/Makefile b/mail/bogofilter-qdbm/Makefile index 6aa11b327e98..44bb1211ff0b 100644 --- a/mail/bogofilter-qdbm/Makefile +++ b/mail/bogofilter-qdbm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bogofilter -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -qdbm @@ -24,6 +24,5 @@ DESCR= ${PKGDIR}/pkg-descr PLIST_FILES= bin/bogoQDBMupgrade MASTERDIR= ${.CURDIR}/../bogofilter -PATCHDIR= ${.CURDIR}/files .include "${MASTERDIR}/Makefile" |