diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-22 14:56:28 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-22 14:56:28 +0000 |
commit | 56a7baee82dc79a78e6ad7fdce05a7c16e2c6c9e (patch) | |
tree | b5569d5f53027b6d0109e9bc3ab914a0da1aae20 /sysutils/fusefs-sqlfs | |
parent | 702ee46358a3f0a3043b2babc485078cdc269500 (diff) | |
download | ports-56a7baee82dc79a78e6ad7fdce05a7c16e2c6c9e.tar.gz ports-56a7baee82dc79a78e6ad7fdce05a7c16e2c6c9e.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-sqlfs')
-rw-r--r-- | sysutils/fusefs-sqlfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-sqlfs/Makefile b/sysutils/fusefs-sqlfs/Makefile index cbe6edb68c30..5b8f2a1f5273 100644 --- a/sysutils/fusefs-sqlfs/Makefile +++ b/sysutils/fusefs-sqlfs/Makefile @@ -42,7 +42,7 @@ do-build: ${PTHREAD_LIBS} sqlfs.c fuse_main.c -o sqlfs) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/sqlfs ${TARGETDIR}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/sqlfs ${PREFIX}/bin/ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/ |