aboutsummaryrefslogtreecommitdiffstats
path: root/www/mediawiki116
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-06-07 02:22:07 +0800
committerflz <flz@FreeBSD.org>2005-06-07 02:22:07 +0800
commitcbeabf1b5b1abed49649ca9b669712dbb473d9a3 (patch)
treed1bff6c94a5d5429f7538e5908e5e079d690a529 /www/mediawiki116
parent050a2e7b0c0610ee84b20b3690c1d084c8cb36cc (diff)
downloadfreebsd-ports-gnome-cbeabf1b5b1abed49649ca9b669712dbb473d9a3.tar.gz
freebsd-ports-gnome-cbeabf1b5b1abed49649ca9b669712dbb473d9a3.tar.zst
freebsd-ports-gnome-cbeabf1b5b1abed49649ca9b669712dbb473d9a3.zip
- Fix typo (LASTEST_LINK -> LATEST_LINK).
Noticed by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'www/mediawiki116')
-rw-r--r--www/mediawiki116/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mediawiki116/Makefile b/www/mediawiki116/Makefile
index db78d15d2ca4..44fd85cc2955 100644
--- a/www/mediawiki116/Makefile
+++ b/www/mediawiki116/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mediawiki
PORTVERSION= 1.4.5
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= wikipedia
@@ -25,7 +26,7 @@ OPTIONS= PGSQL "Use PostgreSQL instead of MySQL" off \
LDAP "Use LDAP authentication" off
PORT_DBDIR?= /var/db/ports
-LASTEST_LINK= ${PORTNAME}
+LATEST_LINK= ${PORTNAME}
OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
.if exists(${OPTIONSFILE})