summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-09-12 12:50:02 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-09-12 12:50:02 +0000
commit689bb16caf7d3965751302db1979553acbfc67e6 (patch)
treeccb6ff1c5ac42ce4fba8673bca45c2a682d8678b /x11-clocks
parentAdd BUILD_DEPENDS to xmkmf:imake-4. (diff)
Move variable definitions before including bsd.port.pre.mk.
This fixes $PREFIX problem. Submitted by: bento
Notes
Notes: svn path=/head/; revision=32550
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/asclock-xlib/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk>
-
.if defined(BATCH)
USE_IMAKE= YES
.else
@@ -24,6 +22,8 @@ USE_X_PREFIX= YES
HAS_CONFIGURE= YES
.endif
+.include <bsd.port.pre.mk>
+
post-patch:
@(cd ${WRKSRC}; \
${MV} config.c config.c.tmp; \