aboutsummaryrefslogtreecommitdiffstats
path: root/palm/pilot-link-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'palm/pilot-link-devel/Makefile')
-rw-r--r--palm/pilot-link-devel/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index 99c72a12abea..69cda9defd52 100644
--- a/palm/pilot-link-devel/Makefile
+++ b/palm/pilot-link-devel/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>