Date: Thu, 10 Apr 2014 19:29:58 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350838 - head/www/xsp Message-ID: <201404101929.s3AJTwiO095630@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Apr 10 19:29:58 2014 New Revision: 350838 URL: http://svnweb.freebsd.org/changeset/ports/350838 QAT: https://qat.redports.org/buildarchive/r350838/ Log: Support stage Modified: head/www/xsp/Makefile head/www/xsp/pkg-plist Modified: head/www/xsp/Makefile ============================================================================== --- head/www/xsp/Makefile Thu Apr 10 19:26:17 2014 (r350837) +++ head/www/xsp/Makefile Thu Apr 10 19:29:58 2014 (r350838) @@ -18,14 +18,10 @@ USE_SQLITE= 3 USES= pathfix pkgconfig gmake tar:bzip2 GNU_CONFIGURE= yes -MAN1= asp-state.1 dbsessmgr.1 mod-mono-server.1 xsp.1 \ - fastcgi-mono-server.1 - PLIST_SUB+= PORTVERSION=${PORTVERSION} -NO_STAGE= yes -pre-su-install: - ${MKDIR} ${XSP_DOCROOT} +pre-install: + ${MKDIR} ${STAGEDIR}${XSP_DOCROOT} .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.mk> Modified: head/www/xsp/pkg-plist ============================================================================== --- head/www/xsp/pkg-plist Thu Apr 10 19:26:17 2014 (r350837) +++ head/www/xsp/pkg-plist Thu Apr 10 19:29:58 2014 (r350838) @@ -211,6 +211,11 @@ lib/xsp/test/web.config lib/xsp/test/xsp.exe.config libdata/pkgconfig/xsp-2.pc libdata/pkgconfig/xsp-4.pc +man/man1/asp-state.1.gz +man/man1/dbsessmgr.1.gz +man/man1/fastcgi-mono-server.1.gz +man/man1/mod-mono-server.1.gz +man/man1/xsp.1.gz @dirrm www/xsp @dirrm lib/xsp/test/controls @dirrm lib/xsp/test/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404101929.s3AJTwiO095630>