mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix logic for OptionsNG
Pointed out by: jhale Pointyhat to: swills Feature safe: yes
This commit is contained in:
parent
7536866a32
commit
634158f660
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305880
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ RUN_DEPENDS+= rubygem-bzip2>=0:${PORTSDIR}/archivers/rubygem-bzip2
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPACKAGE_ROOT}
|
||||
.if ! ${PORT_OPTIONS:MPACKAGE_ORIGN}
|
||||
.if ! ${PORT_OPTIONS:MPACKAGE_ORIGIN}
|
||||
EXTRA_PATCHES+= ${FILESDIR}/optpatch-package_root
|
||||
.else
|
||||
BROKEN= PACKAGE_ROOT option patch is incompatable with PACKAGE_ORIGIN patch.
|
||||
|
@ -108,7 +108,7 @@ post-install:
|
|||
${INSTALL} -d ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
.if ! ${PORT_OPTIONS:MEXAMPLES}
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
|
Loading…
Add table
Reference in a new issue