diff options
author | osa <osa@FreeBSD.org> | 2018-01-21 03:23:58 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2018-01-21 03:23:58 +0800 |
commit | b2d3e30bdb8b9a9c5142b507caf8f77f1a92c689 (patch) | |
tree | 4e27778e3a003d05bb560e2eb3c17382d2abc551 /www | |
parent | 7b50932531d88d6939d7942a57a03df13f2464bd (diff) | |
download | freebsd-ports-gnome-b2d3e30bdb8b9a9c5142b507caf8f77f1a92c689.tar.gz freebsd-ports-gnome-b2d3e30bdb8b9a9c5142b507caf8f77f1a92c689.tar.zst freebsd-ports-gnome-b2d3e30bdb8b9a9c5142b507caf8f77f1a92c689.zip |
Reset rc.subr to empty to fix the installation issue.
<Error message>
Installing unit-php56-0.3...
pkg-static: unit-php56-0.3 conflicts with unit-0.3 (installs files into the same place).
Problematic file: /usr/local/etc/rc.d/unitd
*** Error code 70
</Error message>
PR: 225212
Diffstat (limited to 'www')
-rw-r--r-- | www/unit-php56/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/unit-php56/Makefile b/www/unit-php56/Makefile index 68e82251ca6c..b372af0ba1be 100644 --- a/www/unit-php56/Makefile +++ b/www/unit-php56/Makefile @@ -11,6 +11,8 @@ PLIST_FILES= libexec/unit/modules/php${PHP_VER}.unit.so USES= php:build,embed +USE_RC_SUBR?= # reset to empty + MASTERDIR= ${.CURDIR}/../unit post-configure: |