From 93872f18cc0a948ab9c010bbe5694579bd59f8c4 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 4 Jun 2003 22:43:38 +0000 Subject: Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris --- editors/ved/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'editors/ved/Makefile') diff --git a/editors/ved/Makefile b/editors/ved/Makefile index eb40293e83f4..f33a0073fb42 100644 --- a/editors/ved/Makefile +++ b/editors/ved/Makefile @@ -13,16 +13,16 @@ MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/ved/ MAINTAINER= greid@ukug.uk.freebsd.org COMMENT= A small and fast screen-oriented editor. +USE_GMAKE= yes + +MAN1= ved.1 + .include .if ${OSVERSION} >= 500113 BROKEN= "Does not compile" .endif -USE_GMAKE= yes - -MAN1= ved.1 - post-patch: .for F in ved.h ved.1 ${SED} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/ved/$F \ -- cgit v1.2.3