diff options
author | glewis <glewis@FreeBSD.org> | 2009-12-25 01:18:48 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2009-12-25 01:18:48 +0800 |
commit | ea3a63641d46b7df9023082787861383c81e49db (patch) | |
tree | 609f801fb67ef0c3c4fe20dbc141ef79916af49c /www/xsp/Makefile | |
parent | b84366f0af3050feafd1a75a32a935b0eba53a98 (diff) | |
download | freebsd-ports-gnome-ea3a63641d46b7df9023082787861383c81e49db.tar.gz freebsd-ports-gnome-ea3a63641d46b7df9023082787861383c81e49db.tar.zst freebsd-ports-gnome-ea3a63641d46b7df9023082787861383c81e49db.zip |
. Update to 2.4.3.
PR: 141379
Submitted by: Romain Tartiere <mono@FreeBSD.org>
Diffstat (limited to 'www/xsp/Makefile')
-rw-r--r-- | www/xsp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/xsp/Makefile b/www/xsp/Makefile index c9df46a9ac76..c71d983be7dc 100644 --- a/www/xsp/Makefile +++ b/www/xsp/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xsp -PORTVERSION= 2.4.2 +PORTVERSION= 2.4.3 CATEGORIES= www MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ @@ -22,11 +22,12 @@ USE_BZIP2= yes USE_GNOME= gnometarget gnomehack GNU_CONFIGURE= yes USE_GMAKE= yes -MAKE_JOBS_UNSAFE= yes MAN1= asp-state.1 dbsessmgr.1 mod-mono-server.1 xsp.1 \ fastcgi-mono-server.1 +PLIST_SUB+= PORTVERSION=${PORTVERSION} + pre-su-install: ${MKDIR} ${XSP_DOCROOT} |