s/post-patch/pre-configure/ so that BUILD_DEPENDS are really available.
Noticed by: pointyhat
This commit is contained in:
parent
99a7284713
commit
8545fd6ef6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109247
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME}-src/src
|
|||
MAN1= lcrzoex.1
|
||||
PLIST_FILES= bin/lcrzoex
|
||||
|
||||
post-patch:
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${SH} ${WRKSRC}/genemake
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME}-src/src
|
|||
MAN1= lcrzoex.1
|
||||
PLIST_FILES= bin/lcrzoex
|
||||
|
||||
post-patch:
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${SH} ${WRKSRC}/genemake
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue