mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Remove redudant post-install:
First 2 post-install target is not a good idea Second framework is already taking care of what the second post-install tries to do
This commit is contained in:
parent
ce6b27d118
commit
a3bc460f42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362671
@ -83,12 +83,6 @@ ALL_TARGET+= man
|
||||
INSTALL_TARGET+= install-man
|
||||
.endif
|
||||
|
||||
# Examples
|
||||
.if !${PORT_OPTIONS:MEXAMPLES}
|
||||
post-install:
|
||||
@${RM} -R ${STAGEDIR}${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},1' -i.bak ${WRKSRC}/settings.cc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user