diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 05:00:10 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 05:00:10 +0000 |
commit | 4b45f3656578595fe5155d85bb48a8d9e591d7c6 (patch) | |
tree | 7474165eb085b9e5fe697534302d535e088933ae /sysutils/pflogx | |
parent | b40a215f8bb257d034bb54a23f7f385bc222a94d (diff) | |
download | ports-4b45f3656578595fe5155d85bb48a8d9e591d7c6.tar.gz ports-4b45f3656578595fe5155d85bb48a8d9e591d7c6.zip |
Notes
Diffstat (limited to 'sysutils/pflogx')
-rw-r--r-- | sysutils/pflogx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pflogx/Makefile b/sysutils/pflogx/Makefile index 9a028f930c38..f3d514c88e84 100644 --- a/sysutils/pflogx/Makefile +++ b/sysutils/pflogx/Makefile @@ -33,7 +33,7 @@ MAKE_ARGS+= -DWITH_EXPAT \ .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/pflogx ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/pflogx ${TARGETDIR}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} |