aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-06-26 16:58:33 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-06-26 16:58:33 +0000
commit94688b1bb3871548557a43b28f046ae87391ddbe (patch)
treedbbb37d94174e414d5dc05f5f57e8b1a0c705ac2
parent5812f77ad4931840e6490c63c1eed92ee92ca278 (diff)
downloadports-94688b1bb3871548557a43b28f046ae87391ddbe.tar.gz
ports-94688b1bb3871548557a43b28f046ae87391ddbe.zip
Notes
-rw-r--r--Mk/bsd.gnustep.mk2
-rw-r--r--net/freebsd-uucp/Makefile2
-rw-r--r--x11-toolkits/lesstif/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.gnustep.mk b/Mk/bsd.gnustep.mk
index dfe5c662dc19..a9b5d1dbe1b5 100644
--- a/Mk/bsd.gnustep.mk
+++ b/Mk/bsd.gnustep.mk
@@ -498,7 +498,7 @@ do-install:
@(cd ${WRKSRC}; . ${GNUSTEP_MAKEFILES}/GNUstep.sh; \
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.endif
-.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH) || defined(CLEAN_ROOT)
+.if defined(PACKAGE_BUILDING) || defined(BATCH) || defined(CLEAN_ROOT)
rm -rf /root/GNUstep
.endif
diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile
index 427df507c084..ca02c3807ce6 100644
--- a/net/freebsd-uucp/Makefile
+++ b/net/freebsd-uucp/Makefile
@@ -104,7 +104,7 @@ post-install:
@${ECHO_MSG} "Add this lines to your pam.conf:"
@${CAT} ${FILESDIR}/uucp-pam.conf
.endif
-.if exists(/usr/sbin/uuchk) && !defined(PARALLEL_PACKAGE_BUILD)
+.if exists(/usr/sbin/uuchk) && !defined(PACKAGE_BUILDING)
${MAKE} base-package
.endif
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile
index 2eb81972c75d..4bf8fa2918c9 100644
--- a/x11-toolkits/lesstif/Makefile
+++ b/x11-toolkits/lesstif/Makefile
@@ -50,7 +50,7 @@ MAN3 = ApplicationShell.3 Composite.3 Constraint.3 Core.3 \
MAN5 = VirtualBindings.5 mwmrc.5
-.if defined(HAVE_MOTIF) && !defined(PARALLEL_PACKAGE_BUILD) && !defined(BATCH) && !defined(WANT_LESSTIF)
+.if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING) && !defined(BATCH) && !defined(WANT_LESSTIF)
MANUAL_PACKAGE_BUILD= do not want to install during interactive build
IS_INTERACTIVE= yes
pre-extract: