From 799d0bf099681efbc3cb438ad809c1b2f0175d36 Mon Sep 17 00:00:00 2001 From: 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/asclock-xlib') diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile index fed81ad..ec42642 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.1