mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Stagify.
This commit is contained in:
parent
ae1bb5a9a2
commit
a778947bfb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357558
@ -19,7 +19,6 @@ PYDISTUTILS_PKGVERSION= 0.6
|
||||
OPTIONS_DEFINE= MYSQL PGSQL DOCS
|
||||
OPTIONS_DEFAULT= MYSQL PGSQL
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
@ -32,9 +31,9 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg>0:${PORTSDIR}/databases/py-psycopg
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
@ ${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for docfile in ChangeLog default.css README.html README.txt TODO
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user