From 689bb16caf7d3965751302db1979553acbfc67e6 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Tue, 12 Sep 2000 12:50:02 +0000 Subject: Move variable definitions before including bsd.port.pre.mk. This fixes $PREFIX problem. Submitted by: bento --- x11-clocks/asclock-xlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-clocks') diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile index fed81add2b1a..ec42642a3ccb 100644 --- a/x11-clocks/asclock-xlib/Makefile +++ b/x11-clocks/asclock-xlib/Makefile @@ -15,8 +15,6 @@ MAINTAINER= kuriyama@FreeBSD.org WRKSRC= ${WRKDIR}/asclock-xlib USE_XPM= YES -.include - .if defined(BATCH) USE_IMAKE= YES .else @@ -24,6 +22,8 @@ USE_X_PREFIX= YES HAS_CONFIGURE= YES .endif +.include + post-patch: @(cd ${WRKSRC}; \ ${MV} config.c config.c.tmp; \ -- cgit v1.2.3