diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-21 04:07:45 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-21 04:07:45 +0000 |
commit | 174f21ea1963b093a423375462dd913714595a29 (patch) | |
tree | 725441e6803ca0d023b6d50fe6eefaf8a7b94296 /palm/plucker | |
parent | Update to 4187 (diff) |
Correct location of pilot-xfer file since it has changed due to the
PREFIX cleaning done on the pilot-link port.
PR: 33739
Submitted by: Esa Karkkainen <ejk@iki.fi>
Notes
Notes:
svn path=/head/; revision=55020
Diffstat (limited to 'palm/plucker')
-rw-r--r-- | palm/plucker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/plucker/Makefile b/palm/plucker/Makefile index 77ad2812ee57..e5360d8dabec 100644 --- a/palm/plucker/Makefile +++ b/palm/plucker/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ppmtoTbmp:${PORTSDIR}/palm/ppmtoTbmp \ convert:${PORTSDIR}/graphics/ImageMagick \ ppmtogif:${PORTSDIR}/graphics/netpbm \ cjpeg:${PORTSDIR}/graphics/jpeg \ - ${LOCALBASE}/pilot/bin/pilot-xfer:${PORTSDIR}/palm/pilot-link + ${LOCALBASE}/bin/pilot-xfer:${PORTSDIR}/palm/pilot-link RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes |