diff options
Diffstat (limited to 'palm/prc-tools')
-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 |