Move variable definitions before including bsd.port.pre.mk.
This fixes $PREFIX problem. Submitted by: bento
This commit is contained in:
parent
4c13ac1448
commit
689bb16caf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32550
1 changed files with 2 additions and 2 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue