mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Stage support
This commit is contained in:
parent
125cea9043
commit
b8f5724e48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342929
1 changed files with 4 additions and 8 deletions
|
@ -15,21 +15,17 @@ NO_BUILD= yes
|
|||
USE_RUBY= yes
|
||||
RUBY_NO_BUILD_DEPENDS= yes
|
||||
|
||||
MAN1= ck4up.1
|
||||
|
||||
PORTEXAMPLES= ck4up.conf
|
||||
|
||||
PLIST_FILES= bin/ck4up
|
||||
PLIST_FILES= bin/ck4up \
|
||||
man/man1/ck4up.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/ck4up.conf ${EXAMPLESDIR}
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/ck4up.conf ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue