summaryrefslogtreecommitdiff
path: root/www/mediawiki113/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-14 13:52:07 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-14 13:52:07 +0000
commit994bfc07b5373f078ddd0001f0975494c14f5fd3 (patch)
treede074ac289e49ef9680e00adcff8d8c8a72b15d4 /www/mediawiki113/Makefile
parentUpdate to 2.0.12 (diff)
- Do not use NO_LATEST_LINK [1]
- Fix a typo in COMMENT PR: ports/80898 [1] Submitted by: maintainer [1]
Notes
Notes: svn path=/head/; revision=135241
Diffstat (limited to '')
-rw-r--r--www/mediawiki113/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mediawiki113/Makefile b/www/mediawiki113/Makefile
index 9cf4ca342f33..a51b126f4775 100644
--- a/www/mediawiki113/Makefile
+++ b/www/mediawiki113/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= wikipedia
MAINTAINER= tux@pinguru.net
-COMMENT= The wiki enginge used by Wikipedia
+COMMENT= The wiki engine used by Wikipedia
CONFLICTS= mediawiki-1.3.*
@@ -25,7 +25,6 @@ OPTIONS= PGSQL "Use PostgreSQL instead of MySQL" off \
LDAP "Use LDAP authentication" off
PORT_DBDIR?= /var/db/ports
-NO_LATEST_LINK= yes
OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
.if exists(${OPTIONSFILE})