diff options
author | pat <pat@FreeBSD.org> | 2002-02-21 12:07:45 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-21 12:07:45 +0800 |
commit | 3810ba39cbdb4db2744b1757482ca216982b19df (patch) | |
tree | 372958de89c4e885dcf3f4d1dad5c6d792efd8cc /palm/plucker | |
parent | 0bc3e40eadd468b5fba7815ef5b3d1e3f34a7028 (diff) | |
download | freebsd-ports-gnome-3810ba39cbdb4db2744b1757482ca216982b19df.tar.gz freebsd-ports-gnome-3810ba39cbdb4db2744b1757482ca216982b19df.tar.zst freebsd-ports-gnome-3810ba39cbdb4db2744b1757482ca216982b19df.zip |
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>
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 |