diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:11:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:11:27 +0000 |
commit | 1be0301128e5d1b778ba6ee37da3e561969b27ce (patch) | |
tree | b1afef16f82b3c9b33604a13dfd1578e5815ea22 /mail/xpbiff | |
parent | 7b016df0022c332ec66ec809e01f345b19bea01b (diff) | |
download | ports-1be0301128e5d1b778ba6ee37da3e561969b27ce.tar.gz ports-1be0301128e5d1b778ba6ee37da3e561969b27ce.zip |
Notes
Diffstat (limited to 'mail/xpbiff')
-rw-r--r-- | mail/xpbiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile index 65a45bced470..a8d709123f07 100644 --- a/mail/xpbiff/Makefile +++ b/mail/xpbiff/Makefile @@ -20,9 +20,9 @@ NO_INSTALL_MANPAGES= yes WRKSRC= ${WRKDIR}/xpbiff .if defined(PREFIX) && ${PREFIX} != ${LOCALBASE} -YOUBINBINDIR= ${PREFIX} +YOUBINBINDIR= ${PREFIX} .else -YOUBINBINDIR= ${LOCALBASE} +YOUBINBINDIR= ${LOCALBASE} .endif do-extract: |