summaryrefslogtreecommitdiff
path: root/palm/pilot-link/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-01-30 22:59:31 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-01-30 22:59:31 +0000
commita81d9037a525e5c639b643dbabca421021edbaca (patch)
tree388f82324655bfdd8bba88523ec30ebd0d13665e /palm/pilot-link/Makefile
parentRemove a bogus line that I had used for testing with the bad version of patch. (diff)
Make sure ${PREFIX} exists (from prc-tools port).
Notes
Notes: svn path=/head/; revision=9529
Diffstat (limited to '')
-rw-r--r--palm/pilot-link/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index 99c72a12abea..69cda9defd52 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/Makefile
@@ -3,7 +3,7 @@
# Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org>
#
-# $Id: Makefile,v 1.11 1998/01/01 17:29:09 asami Exp $
+# $Id: Makefile,v 1.12 1998/01/15 17:47:34 jkh Exp $
DISTNAME= pilot-link.0.8.9
PKGNAME= pilot-link-0.8.9
@@ -23,4 +23,7 @@ MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
install-memo.1 install-user.1 pilot-xfer.1 \
read-ical.1
+pre-install:
+ -test -d ${PREFIX} || mkdir ${PREFIX}
+
.include <bsd.port.mk>