Index: head/x11/wrapper/Makefile =================================================================== --- head/x11/wrapper/Makefile (revision 257911) +++ head/x11/wrapper/Makefile (revision 257912) @@ -1,39 +1,37 @@ -# New ports collection makefile for: wrapper +# New ports collection makefile for: Xwrapper # Date created: 2000-09-18 -# Whom: Trevor Johnson +# Whom: Trevor Johnson # # $FreeBSD$ # PORTNAME= wrapper PORTVERSION= 1.0 PORTREVISION= 10 CATEGORIES= x11 DISTNAME= # intentionally left blank EXTRACT_SUFX= # intentionally left blank MAINTAINER= x11@FreeBSD.org -COMMENT= Wrapper for xorg server +COMMENT= Wrapper for X.Org X11 server RUN_DEPENDS= Xorg:${PORTSDIR}/x11-servers/xorg-server NO_WRKSUBDIR= yes -PLIST_FILES= bin/Xwrapper USE_XORG= x11 +PLIST_FILES= bin/Xwrapper -.include - XSERVER= -DXSERVER_PATH=\"${LOCALBASE}/bin/Xorg\" PKGNAMEPREFIX= xorg- -COMMENT= Wrapper for X.org X11 server do-fetch: + @${DO_NADA} do-build: ${CC} ${CFLAGS} ${XSERVER} -o ${WRKSRC}/Xwrapper ${FILESDIR}/wrapper.c do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/Xwrapper ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/Xwrapper ${PREFIX}/bin @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include +.include Property changes on: head/x11/wrapper/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/x11/wrapper/pkg-descr =================================================================== --- head/x11/wrapper/pkg-descr (revision 257911) +++ head/x11/wrapper/pkg-descr (revision 257912) @@ -1,9 +1,7 @@ This program runs an X server after sanity-checking the environment and any options passed to it. It is meant to enhance security on -multi-user systems running XFree86 4 or the X11 server from x.org, +multi-user systems running XFree86 4 or the X11 server from X.Org, where the ability to use a startx script is needed. If you have XFree86 3, do not install this: you do not need it and it will not work. If you have no untrusted users or always run the X server from xdm, you do not need this. - -Trevor Johnson Property changes on: head/x11/wrapper/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property