diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-19 06:55:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-19 06:55:19 +0000 |
commit | f5d98fa7891881a16a240ebe0a1e4be054d169bb (patch) | |
tree | 5ff7af4e9238286caaeee45d61eae800fb7c8147 /palm | |
parent | 743d67edb9db4bf9bc53efd2ba463f9a94d4e3ed (diff) | |
download | ports-f5d98fa7891881a16a240ebe0a1e4be054d169bb.tar.gz ports-f5d98fa7891881a16a240ebe0a1e4be054d169bb.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 5 | ||||
-rw-r--r-- | palm/pilot-link/Makefile | 5 | ||||
-rw-r--r-- | palm/prc-tools/Makefile | 8 |
3 files changed, 3 insertions, 15 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index 69cda9defd52..19e6d4ec7899 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.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> 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> diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index 19f87560c606..e164650d4c8f 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -3,7 +3,7 @@ # Date created: November, 1997 # Whom: Paul Traina <pst@freebsd.org> # -# $Id: Makefile,v 1.5 1997/11/25 09:18:12 pst Exp $ +# $Id: Makefile,v 1.6 1998/01/01 17:29:06 asami Exp $ # # *WARNING* write access to ${PREFIX} is required DURING build because the # make "all" target actually installs the gnu tools before building the @@ -24,9 +24,6 @@ MAINTAINER= ports@freebsd.org PREFIX= ${LOCALBASE}/pilot WRKSRC= ${WRKDIR}/${PKGNAME} -# argh... mtree happens before we can mkdir ${PREFIX} ! :-( -NO_MTREE= yes - USE_PERL5= yes ALL_TARGET= gnutools all MAN1= build-prc.1 cccp.1 configure.1 \ @@ -68,9 +65,6 @@ STRIP= build-prc \ post-patch: (cd ${WRKSRC} ; make patch) -pre-install: - -test -d ${PREFIX} || mkdir ${PREFIX} - # the info files are redundant post-install: ${RM} -rf ${PREFIX}/info |