diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-06 20:26:43 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-06 20:26:43 +0000 |
commit | 996af557f2e1a59e216cb865ca858a0bb91d6407 (patch) | |
tree | 9381ddf94e287eac0434dbe23c18189817e59cfc /x11-servers | |
parent | 4fdfb86a1cc7123b47bb6483f7fd015e576f87e8 (diff) |
Notes
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/XFree86-4-NestServer/Makefile | 1 | ||||
-rw-r--r-- | x11-servers/XFree86-4-PrintServer/Makefile | 1 | ||||
-rw-r--r-- | x11-servers/XFree86-4-VirtualFramebufferServer/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/x11-servers/XFree86-4-NestServer/Makefile b/x11-servers/XFree86-4-NestServer/Makefile index 416b9c5dc90f..1649f42a4ef8 100644 --- a/x11-servers/XFree86-4-NestServer/Makefile +++ b/x11-servers/XFree86-4-NestServer/Makefile @@ -21,6 +21,7 @@ USE_IMAKE= YES DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files +SCRIPTS_ENV= HasXdmAuth=${HasXdmAuth} MAKE_ENV= MAN_INSTALL_TARGET=installXnest.man ALL_TARGET= FreeBSDPortsBuild INSTALL_TARGET= installXnest installXserver.man diff --git a/x11-servers/XFree86-4-PrintServer/Makefile b/x11-servers/XFree86-4-PrintServer/Makefile index ca506c4c85a4..37d48e7ea0c7 100644 --- a/x11-servers/XFree86-4-PrintServer/Makefile +++ b/x11-servers/XFree86-4-PrintServer/Makefile @@ -21,6 +21,7 @@ USE_IMAKE= YES DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files +SCRIPTS_ENV= HasXdmAuth=${HasXdmAuth} MAKE_ENV= MAN_INSTALL_TARGET=NOOP ALL_TARGET= FreeBSDPortsBuild INSTALL_TARGET= installXprt diff --git a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile index ce829d316c39..c73ce2a4c8c9 100644 --- a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile +++ b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile @@ -21,6 +21,7 @@ USE_IMAKE= YES DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files +SCRIPTS_ENV= HasXdmAuth=${HasXdmAuth} ALL_TARGET= FreeBSDPortsBuild INSTALL_TARGET= installXvfb installXserver.man MAKE_ENV= MAN_INSTALL_TARGET=installXvfb.man |