svn commit: r350838 - head/www/xsp

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 10 19:29:58 UTC 2014


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


More information about the svn-ports-all mailing list