aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pflogx
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-14 13:00:10 +0800
committerclsung <clsung@FreeBSD.org>2006-08-14 13:00:10 +0800
commit2d2e14675342b39af3b5e83401a53e94f8baf13b (patch)
treec93f976c3b43e8969987ebb0620806facaa51c7a /sysutils/pflogx
parenteae4e8bb5c0925dfdedc354557b95e6cc0394d46 (diff)
downloadfreebsd-ports-gnome-2d2e14675342b39af3b5e83401a53e94f8baf13b.tar.gz
freebsd-ports-gnome-2d2e14675342b39af3b5e83401a53e94f8baf13b.tar.zst
freebsd-ports-gnome-2d2e14675342b39af3b5e83401a53e94f8baf13b.zip
- Respect DESTDIR
PR: ports/101887 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'sysutils/pflogx')
-rw-r--r--sysutils/pflogx/Makefile2
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}