diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 12:34:50 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 12:34:50 +0000 |
commit | 50513d5d5238ab12e0e327b93bf433d7d288aeeb (patch) | |
tree | a01dbbed0a08990ed895d4f97017c2593d8d7172 /devel/plan9port | |
parent | a72afe28c2216c151a1fc5aa900c8abf9c7a709e (diff) | |
download | ports-50513d5d5238ab12e0e327b93bf433d7d288aeeb.tar.gz ports-50513d5d5238ab12e0e327b93bf433d7d288aeeb.zip |
Notes
Diffstat (limited to 'devel/plan9port')
-rw-r--r-- | devel/plan9port/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile index 6bc4f0b411aa..488944d2607f 100644 --- a/devel/plan9port/Makefile +++ b/devel/plan9port/Makefile @@ -23,7 +23,7 @@ SUB_FILES= pkg-message REINPLACE_ARGS= -i "" ONLY_FOR_ARCHS= i386 -PLAN9= ${PREFIX}/plan9 +PLAN9= ${TARGETDIR}/plan9 MANPREFIX= ${PLAN9} MAN1= 9term.1 acmeevent.1 ascii.1 acme.1 9p.1 basename.1 cal.1 \ |