mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Properly use the framework
This commit is contained in:
parent
c109325636
commit
b36807dd6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359142
1 changed files with 3 additions and 3 deletions
|
@ -28,6 +28,9 @@ OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
BUILD_WRKSRC= ${WRKSRC}/mklist
|
||||||
|
MAKEFILE= makefile
|
||||||
|
|
||||||
post-extract-script:
|
post-extract-script:
|
||||||
@(cd ${WRKSRC} && ${UNZIP_CMD} -qo -d \
|
@(cd ${WRKSRC} && ${UNZIP_CMD} -qo -d \
|
||||||
${WRKSRC}/mklist ${WRKSRC}/mklist1_6.zip)
|
${WRKSRC}/mklist ${WRKSRC}/mklist1_6.zip)
|
||||||
|
@ -40,9 +43,6 @@ post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|PARTS|parts|' \
|
@${REINPLACE_CMD} -e 's|PARTS|parts|' \
|
||||||
${WRKSRC}/mklist/mklist.c
|
${WRKSRC}/mklist/mklist.c
|
||||||
|
|
||||||
do-build:
|
|
||||||
@(cd ${WRKSRC}/mklist && ${GMAKE} ${MAKE_ENV})
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
.for f in models p parts LDCfgalt.ldr LDConfig.ldr LDConfig_TLG.ldr
|
.for f in models p parts LDCfgalt.ldr LDConfig.ldr LDConfig_TLG.ldr
|
||||||
@(cd ${WRKSRC} ; ${COPYTREE_SHARE} ${f} ${STAGEDIR}${DATADIR})
|
@(cd ${WRKSRC} ; ${COPYTREE_SHARE} ${f} ${STAGEDIR}${DATADIR})
|
||||||
|
|
Loading…
Add table
Reference in a new issue