(1) Don't disable "deinstall" if IGNORE is set.
I don't know what the hell I was thinking in: rev. 1.268 (2) Create ${PREFIX} before calling mtree if it doesn't exist. This may not be the best solution, but pre-install is called after mtree so there really isn't any way to fix this from the port Makefiles and thus has to be done here.
This commit is contained in:
parent
45ad566f11
commit
d4060348f4
@ -1,7 +1,7 @@
|
|||||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||||
# ex:ts=4
|
# ex:ts=4
|
||||||
#
|
#
|
||||||
# $Id: bsd.port.mk,v 1.269 1998/01/31 20:59:30 obrien Exp $
|
# $Id: bsd.port.mk,v 1.270 1998/02/04 10:36:56 asami Exp $
|
||||||
# $NetBSD: $
|
# $NetBSD: $
|
||||||
#
|
#
|
||||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||||
@ -826,7 +826,7 @@ build:
|
|||||||
@${IGNORECMD}
|
@${IGNORECMD}
|
||||||
install:
|
install:
|
||||||
@${IGNORECMD}
|
@${IGNORECMD}
|
||||||
deinstall:
|
reinstall:
|
||||||
@${IGNORECMD}
|
@${IGNORECMD}
|
||||||
package:
|
package:
|
||||||
@${IGNORECMD}
|
@${IGNORECMD}
|
||||||
@ -1189,6 +1189,7 @@ _PORT_USE: .USE
|
|||||||
.if make(real-install)
|
.if make(real-install)
|
||||||
.if !defined(NO_MTREE)
|
.if !defined(NO_MTREE)
|
||||||
@if [ `id -u` = 0 ]; then \
|
@if [ `id -u` = 0 ]; then \
|
||||||
|
${MKDIR} ${PREFIX}; \
|
||||||
if [ ! -f ${MTREE_FILE} ]; then \
|
if [ ! -f ${MTREE_FILE} ]; then \
|
||||||
${ECHO_MSG} "Error: mtree file \"${MTREE_FILE}\" is missing."; \
|
${ECHO_MSG} "Error: mtree file \"${MTREE_FILE}\" is missing."; \
|
||||||
${ECHO_MSG} "Copy it from a suitable location (e.g., /usr/src/etc/mtree) and try again."; \
|
${ECHO_MSG} "Copy it from a suitable location (e.g., /usr/src/etc/mtree) and try again."; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user