Move variable definitions before including bsd.port.pre.mk.

This fixes $PREFIX problem.

Submitted by:	bento
This commit is contained in:
Jun Kuriyama 2000-09-12 12:50:02 +00:00
parent 4c13ac1448
commit 689bb16caf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32550

View file

@ -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; \