summaryrefslogtreecommitdiff
path: root/palm/pilot-link/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-02-19 06:55:19 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-02-19 06:55:19 +0000
commitf5d98fa7891881a16a240ebe0a1e4be054d169bb (patch)
tree5ff7af4e9238286caaeee45d61eae800fb7c8147 /palm/pilot-link/Makefile
parent(1) Don't disable "deinstall" if IGNORE is set. (diff)
Use mtree/mkdir ${PREFIX} fix in rev 1.271 of bsd.port.mk. (I.e.,
don't worry about it here, it was too late anyway.)
Notes
Notes: svn path=/head/; revision=9822
Diffstat (limited to 'palm/pilot-link/Makefile')
-rw-r--r--palm/pilot-link/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index 69cda9defd52..19e6d4ec7899 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.12 1998/01/15 17:47:34 jkh Exp $
+# $Id: Makefile,v 1.13 1998/01/30 22:59:31 jkh Exp $
DISTNAME= pilot-link.0.8.9
PKGNAME= pilot-link-0.8.9
@@ -23,7 +23,4 @@ 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>