diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-14 13:52:07 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-14 13:52:07 +0000 |
commit | 5ce688351678a7d740ca3685efc2f2368edce29d (patch) | |
tree | 250aa6a33342a7c6733944b3fd293a0c2d1650c8 /www/mediawiki19 | |
parent | 072fecfa283cd06e812d9819f5db25850816aea9 (diff) | |
download | FreeBSD-ports-5ce688351678a7d740ca3685efc2f2368edce29d.zip FreeBSD-ports-5ce688351678a7d740ca3685efc2f2368edce29d.tar.gz |
- Do not use NO_LATEST_LINK [1]
- Fix a typo in COMMENT
PR: ports/80898 [1]
Submitted by: maintainer [1]
Diffstat (limited to 'www/mediawiki19')
-rw-r--r-- | www/mediawiki19/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mediawiki19/Makefile b/www/mediawiki19/Makefile index 9cf4ca3..a51b126 100644 --- a/www/mediawiki19/Makefile +++ b/www/mediawiki19/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}) |