[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/www/xsp by tmclau02
noreply at forge.novell.com
noreply at forge.novell.com
Wed Feb 15 17:40:09 MST 2006
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/www/xsp by tmclau02
Modified Files:
Makefile pkg-plist
Log Message:
Create XSP_DOCROOT during pre-su-install target
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/www/xsp/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- /cvsroot/bsd-sharp/FreeBSD-ports/www/xsp/Makefile 2006/02/05 03:08:01 1.21
+++ /cvsroot/bsd-sharp/FreeBSD-ports/www/xsp/Makefile 2006/02/16 00:40:09 1.22
@@ -3,11 +3,12 @@
# Whom: Tom McLaughlin <tmclaugh at sdf.lonestar.org>
#
# $FreeBSD$
-# $Id: Makefile,v 1.21 2006/02/05 03:08:01 tmclau02 Exp $
+# $Id: Makefile,v 1.22 2006/02/16 00:40:09 tmclau02 Exp $
#
PORTNAME= xsp
PORTVERSION= 1.1.13
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.go-mono.com/sources/${PORTNAME}/
@@ -23,5 +24,8 @@
MAN1= asp-state.1 dbsessmgr.1 mod-mono-server.1 xsp.1
+pre-su-install:
+ ${MKDIR} ${XSP_DOCROOT}
+
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/www/xsp/pkg-plist,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- /cvsroot/bsd-sharp/FreeBSD-ports/www/xsp/pkg-plist 2005/11/15 03:14:31 1.11
+++ /cvsroot/bsd-sharp/FreeBSD-ports/www/xsp/pkg-plist 2006/02/16 00:40:09 1.12
@@ -152,6 +152,7 @@
lib/xsp/test/xsp.exe.config
libdata/pkgconfig/xsp-2.pc
libdata/pkgconfig/xsp.pc
+ at dirrmtry www/xsp
@dirrm lib/xsp/test/bin
@dirrm lib/xsp/test/2.0/treeview/TreeLineImages
@dirrm lib/xsp/test/2.0/treeview
More information about the Bsd-sharp-cvs
mailing list