diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-19 18:11:26 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-19 18:11:26 +0000 |
commit | 4a48aa4c07db10b7c80eb7502a195b237beaf406 (patch) | |
tree | 2c26d5fb100fb6f8c42ff2c534281b80bcf2e12b /databases/firebird20-server | |
parent | 871f11dee20f3b5a8a770d99c386c51b08ebe219 (diff) |
Notes
Diffstat (limited to 'databases/firebird20-server')
-rw-r--r-- | databases/firebird20-server/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index e43e14ed379d..86870a9cbf6a 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -121,8 +121,10 @@ post-su-install: .ifndef WITHOUT_IPC_CLEANUP pre-build: +.ifndef PACKAGE_BUILDING @if [ `${ID} -u` -eq 0 ]; then \ ${ECHO_MSG} "==> Please do not build ${PORTNAME} as 'root' because this may cause conflicts with SysV semaphores of running services."; exit 1; fi +.endif [ -f ${WRKDIR}/ipcs.pre.build ] || /usr/bin/ipcs -s | ${TAIL} -n +3 | \ ${GREP} -F `${ID} -un` | ${CAT} > ${WRKDIR}/ipcs.pre.build |