diff options
author | anholt <anholt@FreeBSD.org> | 2003-03-11 23:38:11 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-03-11 23:38:11 +0000 |
commit | d580e8aa85f6c754681443742699cb344fd34220 (patch) | |
tree | a648e1f065021daba9648efa64ba27f6d5cf6100 /x11/XFree86-4-documents/Makefile | |
parent | f90a815ef2ca91c396820cd38bd9e9dc860bebe9 (diff) | |
download | FreeBSD-ports-d580e8aa85f6c754681443742699cb344fd34220.zip FreeBSD-ports-d580e8aa85f6c754681443742699cb344fd34220.tar.gz |
Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel
for being outdated. Thank you to all the testers and people who submitted
patches for this update.
Approved by: portmgr
Diffstat (limited to 'x11/XFree86-4-documents/Makefile')
-rw-r--r-- | x11/XFree86-4-documents/Makefile | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/x11/XFree86-4-documents/Makefile b/x11/XFree86-4-documents/Makefile index 0ac55f4..9f085a2 100644 --- a/x11/XFree86-4-documents/Makefile +++ b/x11/XFree86-4-documents/Makefile @@ -6,30 +6,22 @@ # PORTNAME= documents -PORTVERSION= 4.2.0 +PORTVERSION= 4.3.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- -DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz X${PORTVERSION:S/.//g}src-2.tgz X${PORTVERSION:S/.//g}src-3.tgz -EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-2.tgz X${PORTVERSION:S/.//g}src-3.tgz +DISTFILES= X430src-1.tgz \ + X430src-6.tgz MAINTAINER= anholt@freebsd.org -COMMENT= XFree86-4 Document Files +COMMENT= XFree86-4 documentation XFREE86_VERSION= 4 USE_IMAKE= YES PROJECTROOT= -DProjectRoot=${PREFIX} DIST_SUBDIR= xc -WRKSRC= ${WRKDIR}/xc/doc -DEFFILE= ${PREFIX}/lib/X11/config/FreeBSD.ports.def -INSTALL_TARGET= install install.man - -post-extract: - (cd ${WRKDIR} && \ - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${DISTDIR}/${DIST_SUBDIR}/X${PORTVERSION:S/.//g}src-1.tgz \ - ${EXTRACT_AFTER_ARGS} xc/doc) +WRKSRC= ${WRKDIR}/xc/doc/specs do-configure: (cd ${WRKSRC} ; \ @@ -39,7 +31,7 @@ do-configure: ${ECHO_CMD} "#define InstallHardcopyDocs YES" >> host.def ; \ ${ECHO_CMD} "#define FreeBSDBuildXdoc YES" >> host.def ; \ imake -DUseInstalled ${PROJECTROOT} -I. -I${PREFIX}/lib/X11/config \ - -DTOPDIR=.. -DCURDIR=.; \ + -DTOPDIR=../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) |