mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Stage support
This commit is contained in:
parent
49cfb2e6cb
commit
f82bb05050
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347950
@ -36,11 +36,9 @@ PLIST_SUB= XMLCATALOG="${LOCALBASE}/bin/xmlcatalog" \
|
||||
OPTIONS_DEFINE= PYTHON
|
||||
OPTIONS_DEFAULT=PYTHON
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPYTHON}
|
||||
|
||||
USE_PYTHON= 2
|
||||
PLIST_SUB+= PYTHON=""
|
||||
.else
|
||||
@ -52,7 +50,7 @@ post-patch:
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/lib/libglade/2.0
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/lib/libglade/2.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user