1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Move inclusion of bsd.port.pre.mk past the variable definitions.

This commit is contained in:
Mark Linimon 2003-10-29 04:12:51 +00:00
parent 64d63858c4
commit 595d8df782
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92526

View File

@ -18,12 +18,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays
.include <bsd.port.pre.mk>
.if ${MACHINE_ARCH} != i386
BROKEN= "Does not compile on ${MACHINE_ARCH}"
.endif
USE_PERL5= yes
WRKSRC= ${WRKDIR}/unix/vnc_unixsrc
USE_IMAKE= yes
@ -31,6 +25,12 @@ ALL_TARGET= World
NO_INSTALL_MANPAGES= yes
XFREE86_HTML_MAN= no
.include <bsd.port.pre.mk>
.if ${MACHINE_ARCH} != i386
BROKEN= "Does not compile on ${MACHINE_ARCH}"
.endif
post-patch:
.for file in vncviewer/Imakefile Xvnc/config/cf/vnclibs.def Xvnc/config/cf/Imake.tmpl
@${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/${file}