diff options
author | asami <asami@FreeBSD.org> | 1998-02-19 14:55:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-19 14:55:19 +0800 |
commit | f0454a5fa048c131d6ef2a4ca69a208cd7e6d508 (patch) | |
tree | b9c133dcf93ee8f119b49ce9601d56b73de57ba5 /palm/pilot-link | |
parent | e6e21242b8d4f3f666ac1ec528405e8833bf6f8d (diff) | |
download | freebsd-ports-gnome-f0454a5fa048c131d6ef2a4ca69a208cd7e6d508.tar.gz freebsd-ports-gnome-f0454a5fa048c131d6ef2a4ca69a208cd7e6d508.tar.zst freebsd-ports-gnome-f0454a5fa048c131d6ef2a4ca69a208cd7e6d508.zip |
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.)
Diffstat (limited to 'palm/pilot-link')
-rw-r--r-- | palm/pilot-link/Makefile | 5 |
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> |