summaryrefslogtreecommitdiff
path: root/palm/prc-tools
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-11-25 07:52:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-11-25 07:52:07 +0000
commit43b37567bad0c303515e55873b0622dfb3897cd7 (patch)
treebd6dd7421d2451b3ba6e3de80678171b241f9e63 /palm/prc-tools
parentPortlint. (diff)
Create ${PREFIX} (= ${LOCALBASE}/palm) before installing. mtree won't
create the base directory for you.
Notes
Notes: svn path=/head/; revision=8806
Diffstat (limited to 'palm/prc-tools')
-rw-r--r--palm/prc-tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile
index adc1e681cd85..ab4c0e43fbe7 100644
--- a/palm/prc-tools/Makefile
+++ b/palm/prc-tools/Makefile
@@ -3,7 +3,7 @@
# Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org>
#
-# $Id: Makefile,v 1.1.1.1 1997/11/24 09:03:49 pst Exp $
+# $Id: Makefile,v 1.2 1997/11/24 09:43:42 pst Exp $
#
# *WARNING* write access to ${PREFIX} is required DURING build because the
# make "all" target actually installs the gnu tools before building the
@@ -68,6 +68,9 @@ STRIP= build-prc \
post-patch:
(cd ${WRKSRC} ; make patch)
+pre-install:
+ ${MKDIR} ${PREFIX}
+
# the info files are redundant
post-install:
${RM} -rf ${PREFIX}/info