mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
create ${WRKDIRPREFIX}${CURDIR} before generate Makefile.inc
PR: 54642 Submitted by: tjs@cdpa.nsysu.edu.tw
This commit is contained in:
parent
e76e6b1fc0
commit
2eb34357b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85243
@ -26,7 +26,8 @@ MAN8= builddbm.8 radctl.8 radiusd.8 radping.8 radzap.8
|
||||
MANCOMPRESSED= no
|
||||
|
||||
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
|
||||
CURDIR="${.CURDIR}"
|
||||
CURDIR="${.CURDIR}" \
|
||||
MKDIR="${MKDIR}"
|
||||
|
||||
STARTUP_FILE= ${PREFIX}/etc/rc.d/gnu-radius.sh
|
||||
|
||||
|
1
net/gnu-radius/scripts/configure
vendored
1
net/gnu-radius/scripts/configure
vendored
@ -38,6 +38,7 @@ Notify "Enable TTL notification" OFF \
|
||||
esac
|
||||
fi
|
||||
|
||||
${MKDIR} ${WRKDIRPREFIX}${CURDIR}
|
||||
exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
|
||||
|
||||
INCLUDE_PATH=${LOCALBASE}/include/
|
||||
|
Loading…
Reference in New Issue
Block a user