diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 08:36:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 08:36:16 +0000 |
commit | 5de708664b29f697480dbb317d3d14f4608eb356 (patch) | |
tree | 75dda7d1d17179523b686854e512bd7b4e554f52 /palm | |
parent | 85870595019b2887f32d9511732f8a64121ee7f3 (diff) | |
download | ports-5de708664b29f697480dbb317d3d14f4608eb356.tar.gz ports-5de708664b29f697480dbb317d3d14f4608eb356.zip |
Oops, that was not the problem -- fix PREFIX. Either way, I have no
idea how this worked for anyone.
Mark it broken (strip problem). I believe pst is working on it.
Notes
Notes:
svn path=/head/; revision=8811
Diffstat (limited to 'palm')
-rw-r--r-- | palm/prc-tools/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index ab4c0e43fbe7..cde8de5566c7 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.2 1997/11/24 09:43:42 pst Exp $ +# $Id: Makefile,v 1.3 1997/11/25 07:52:07 asami Exp $ # # *WARNING* write access to ${PREFIX} is required DURING build because the # make "all" target actually installs the gnu tools before building the @@ -20,8 +20,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= ports@freebsd.org +BROKEN= strip + # install things in ${LOCALBASE}/palm to avoid conflicts -PREFIX= ${LOCALBASE}/palm +PREFIX= ${LOCALBASE}/pilot WRKSRC= ${WRKDIR}/${PKGNAME} USE_PERL5= yes @@ -68,9 +70,6 @@ STRIP= build-prc \ post-patch: (cd ${WRKSRC} ; make patch) -pre-install: - ${MKDIR} ${PREFIX} - # the info files are redundant post-install: ${RM} -rf ${PREFIX}/info |