diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-03 08:26:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-03 08:26:19 +0800 |
commit | eb10490afe4414afaf156eb86882f6dfca5bb09b (patch) | |
tree | 2762755e18f743ac2d692094a57453c8cbedcf05 /x11/yelp/Makefile | |
parent | 768f526847ba5f3f4bead265f30332fefd07ef92 (diff) | |
download | freebsd-ports-gnome-eb10490afe4414afaf156eb86882f6dfca5bb09b.tar.gz freebsd-ports-gnome-eb10490afe4414afaf156eb86882f6dfca5bb09b.tar.zst freebsd-ports-gnome-eb10490afe4414afaf156eb86882f6dfca5bb09b.zip |
Fix a crash that can be triggered when searching through man pages.
Reported by: Sean McNeil <sean@mcneil.com>
Diffstat (limited to 'x11/yelp/Makefile')
-rw-r--r-- | x11/yelp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index dfbba72b23bc..bc56bda01bb6 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -8,6 +8,7 @@ PORTNAME= yelp PORTVERSION= 2.14.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |