summaryrefslogtreecommitdiffstats
path: root/devel/linux_devtools-6
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-01-10 13:04:34 +0000
committermarcel <marcel@FreeBSD.org>2000-01-10 13:04:34 +0000
commit861c872e509c83b37ca939216d484f730afa8443 (patch)
treed14e6fe4e08b9c0b97207aacbd0ed57748b53611 /devel/linux_devtools-6
parent0c1ccfded5ccead63babc681228c41c30c61cb74 (diff)
downloadFreeBSD-ports-861c872e509c83b37ca939216d484f730afa8443.zip
FreeBSD-ports-861c872e509c83b37ca939216d484f730afa8443.tar.gz
Install packages with -U instead of -i. This should minimize the
problems people have when they install the port without removing the previously installed version.
Diffstat (limited to 'devel/linux_devtools-6')
-rw-r--r--devel/linux_devtools-6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linux_devtools-6/Makefile b/devel/linux_devtools-6/Makefile
index ecb33a6..d433ce4 100644
--- a/devel/linux_devtools-6/Makefile
+++ b/devel/linux_devtools-6/Makefile
@@ -120,7 +120,7 @@ do-install:
#
@for R in ${DISTFILES}; do \
${ECHO} $$R; \
- rpm -i ${RPMFLAGS} ${RPMDIR}/$$R; \
+ rpm -U ${RPMFLAGS} ${RPMDIR}/$$R; \
done
#
# Install updates
OpenPOWER on IntegriCloud