aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-01-31 06:59:31 +0800
committerjkh <jkh@FreeBSD.org>1998-01-31 06:59:31 +0800
commit53e02581f9a7c4e9f8946fc3a5271d3c384542c6 (patch)
tree6c0ca66fcf7148acb2e715977d176f5544358fa4 /palm
parente948c18190c9826d6b3c79d246eaf65bc0d00c33 (diff)
downloadfreebsd-ports-gnome-53e02581f9a7c4e9f8946fc3a5271d3c384542c6.tar.gz
freebsd-ports-gnome-53e02581f9a7c4e9f8946fc3a5271d3c384542c6.tar.zst
freebsd-ports-gnome-53e02581f9a7c4e9f8946fc3a5271d3c384542c6.zip
Make sure ${PREFIX} exists (from prc-tools port).
Diffstat (limited to 'palm')
-rw-r--r--palm/pilot-link-devel/Makefile5
-rw-r--r--palm/pilot-link/Makefile5
2 files changed, 8 insertions, 2 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>
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>