mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- By request undeprecate and unmark this port as BROKEN.
- Convert to staging
This commit is contained in:
parent
3d8cf4ad20
commit
4c1509cf10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331175
@ -23,7 +23,6 @@ PLIST_FILES= sbin/${PORTNAME} \
|
||||
"%%ETCDIR%%/${PORTNAME}.pem" \
|
||||
"@dirrmtry %%ETCDIR%%"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MRCNG}
|
||||
@ -61,7 +60,7 @@ do-install:
|
||||
${MKDIR} ${STAGEDIR}${ETCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.default
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.pem ${STAGEDIR}${ETCDIR}
|
||||
${CHMOD} 600 ${STAGEDIR}${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.default
|
||||
${CHMOD} 600 ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.default
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
|
Loading…
Reference in New Issue
Block a user