diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2002-07-18 20:30:22 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2002-07-18 20:30:22 +0000 |
commit | a5596482c6ab677399ec6caa872847fb08a36bcd (patch) | |
tree | b964abf535bc03854ad6684d05872c74c936bf8f /x11-servers/XFree86-4-NestServer/Makefile | |
parent | b4b23fe6b8b83e2f81e86d26fc88d98f022f98da (diff) |
Notes
Diffstat (limited to 'x11-servers/XFree86-4-NestServer/Makefile')
-rw-r--r-- | x11-servers/XFree86-4-NestServer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-servers/XFree86-4-NestServer/Makefile b/x11-servers/XFree86-4-NestServer/Makefile index 8b116a74298f..44961e635d8d 100644 --- a/x11-servers/XFree86-4-NestServer/Makefile +++ b/x11-servers/XFree86-4-NestServer/Makefile @@ -25,14 +25,14 @@ 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 MANCOMPRESSED= yes MAN1= Xnest.1 Xserver.1 -HasXdmAuth?= YES +post-extract: + ${CP} ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c ${WRKSRC}/lib/Xdmcp/ do-configure: cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure |