diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 07:52:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 07:52:07 +0000 |
commit | 43b37567bad0c303515e55873b0622dfb3897cd7 (patch) | |
tree | bd6dd7421d2451b3ba6e3de80678171b241f9e63 | |
parent | 2611ad4423681c04cc0a3f86db88a68415378bce (diff) | |
download | ports-43b37567bad0c303515e55873b0622dfb3897cd7.tar.gz ports-43b37567bad0c303515e55873b0622dfb3897cd7.zip |
Notes
-rw-r--r-- | palm/prc-tools/Makefile | 5 |
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 |