From e4be9cc1b61120bd6a4a61180110624f08335424 Mon Sep 17 00:00:00 2001 From: linimon Date: Wed, 29 Oct 2003 03:40:13 +0000 Subject: Move inclusion of bsd.port.pre.mk past definition of variables. Pet portlint. --- cad/mars/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cad/mars') diff --git a/cad/mars/Makefile b/cad/mars/Makefile index 81a62d513e36..784cd44ebe68 100644 --- a/cad/mars/Makefile +++ b/cad/mars/Makefile @@ -18,12 +18,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Maryland Routing Simulator -.include - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - NO_WRKSUBDIR= yes FETCH_ENV= "FTP_PASSIVE_MODE=no" .if defined(WITHOUT_X11) @@ -35,6 +29,12 @@ MAKEFILE= Makefile.XMotif ALL_TARGET= depend mars MAN1= mars.1 +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mars ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/mars.1 ${PREFIX}/man/man1 -- cgit