mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue