diff options
Diffstat (limited to 'www/extsm/Makefile')
-rw-r--r-- | www/extsm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/extsm/Makefile b/www/extsm/Makefile index 25bbfc670067..348bfa0f9e65 100644 --- a/www/extsm/Makefile +++ b/www/extsm/Makefile @@ -5,15 +5,15 @@ # $FreeBSD$ # -PORTNAME= xsm +PORTNAME= extsm PORTVERSION= 1.0 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=rxsm -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= xsm_${PORTVERSION} MAINTAINER= stas@FreeBSD.org -COMMENT= Extensible Site Manager +COMMENT= Extensible Site Manager (XSM) RUN_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant |