diff options
author | asami <asami@FreeBSD.org> | 1997-11-25 15:52:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-25 15:52:07 +0800 |
commit | 72a3b600e6684e9e7246dcede8deab21b3ddd36a (patch) | |
tree | 6798a584847be1f9e3b167790dcfaf17cca04adb /palm | |
parent | 266000e7f6b441c61c2f1b848ede496e430cb8ba (diff) | |
download | freebsd-ports-gnome-72a3b600e6684e9e7246dcede8deab21b3ddd36a.tar.gz freebsd-ports-gnome-72a3b600e6684e9e7246dcede8deab21b3ddd36a.tar.zst freebsd-ports-gnome-72a3b600e6684e9e7246dcede8deab21b3ddd36a.zip |
Create ${PREFIX} (= ${LOCALBASE}/palm) before installing. mtree won't
create the base directory for you.
Diffstat (limited to 'palm')
-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 |