aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-05-12 15:43:48 +0800
committerasami <asami@FreeBSD.org>1995-05-12 15:43:48 +0800
commit3d2aaa5df5e1734e869db26a6115e46dc5815faa (patch)
tree43ccb22981830b532c551596cf5b4203d84056ec /Mk
parent74b55d39f5727d64b18d6ba66fd2bfdc3f9c5f84 (diff)
downloadfreebsd-ports-gnome-3d2aaa5df5e1734e869db26a6115e46dc5815faa.tar.gz
freebsd-ports-gnome-3d2aaa5df5e1734e869db26a6115e46dc5815faa.tar.zst
freebsd-ports-gnome-3d2aaa5df5e1734e869db26a6115e46dc5815faa.zip
Not only deleting the package and package links, also exit with status
1 if pkg_create returns error!
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 5ed46471e852..6fa0a2826e7a 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.157 1995/05/10 09:30:09 asami Exp $
+# $Id: bsd.port.mk,v 1.158 1995/05/12 07:32:59 asami Exp $
#
# Please view me with 4 column tabs!
@@ -951,6 +951,7 @@ do-package:
fi; \
else \
${MAKE} ${.MAKEFLAGS} delete-package; \
+ exit 1; \
fi; \
fi
.endif