diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2002-07-14 20:26:33 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2002-07-14 20:26:33 +0000 |
commit | 6ef550dcec6232dd7ee48be413889d61365bc6cd (patch) | |
tree | baa6dd3f8354440b68e6e93e6460c28da1d80590 /x11/XFree86-4-clients | |
parent | c726f4a62f390d704a3b323523747d6d29f45c05 (diff) | |
download | freebsd-ports-6ef550dcec6232dd7ee48be413889d61365bc6cd.zip |
Take over maintainership of XFree86-4 ports. Add patches to fix libGLU on
-current, fix the DRI with Wine, update the config files for the X ports, and
fix many of them to allow continuing of the X build after interruption (it
used to clean and rebuild).
Approved by: will, des (mentor)
Diffstat (limited to 'x11/XFree86-4-clients')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index c05a3bc87817..07f8c7d1a11a 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -20,7 +20,7 @@ DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz \ EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz IGNOREFILES= Wraphelp.c -MAINTAINER= taguchi@tohoku.iij.ad.jp +MAINTAINER= anholt@freebsd.org XFREE86_VERSION= 4 USE_IMAKE= YES @@ -74,6 +74,7 @@ post-patch: do-configure: cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure + @cd ${WRKSRC}; ${MAKE} FreeBSDPortsConfigure .include <bsd.port.pre.mk> .include "${FILESDIR}/manpages" |