aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/argus
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
commit42542fb07642b8336e808272918f3ae46aa67e0b (patch)
tree98ff235c33c6493aa26457284f122652c38935f7 /net-mgmt/argus
parent4c9cd257fd4e6eca46807a43e128d298429ee3cd (diff)
downloadports-42542fb07642b8336e808272918f3ae46aa67e0b.tar.gz
ports-42542fb07642b8336e808272918f3ae46aa67e0b.zip
Notes
Diffstat (limited to 'net-mgmt/argus')
-rw-r--r--net-mgmt/argus/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile
index f71910be0aeb..adba7210193a 100644
--- a/net-mgmt/argus/Makefile
+++ b/net-mgmt/argus/Makefile
@@ -26,14 +26,14 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX}
CONFIGURE_ARGS+= --with-sasl=${PREFIX}
.endif
-DOCSDIR?= ${TARGETDIR}/share/doc/argus-2.0
+DOCSDIR?= ${PREFIX}/share/doc/argus-2.0
MAN5= argus.5 argus.conf.5
MAN8= argus.8
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/argus_bpf ${TARGETDIR}/sbin/argus
- ${MKDIR} ${TARGETDIR}/argus/archive
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/argus_bpf ${PREFIX}/sbin/argus
+ ${MKDIR} ${PREFIX}/argus/archive
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/html/man
.for i in doc/html/man/*.html
@@ -42,10 +42,10 @@ do-install:
.endif
.if !defined(NOMAN)
.for i in ${MAN5}
- ${INSTALL_DATA} ${WRKSRC}/man/man5/$i ${TARGETDIR}/man/man5
+ ${INSTALL_DATA} ${WRKSRC}/man/man5/$i ${PREFIX}/man/man5
.endfor
.for i in ${MAN8}
- ${INSTALL_DATA} ${WRKSRC}/man/man8/$i ${TARGETDIR}/man/man8
+ ${INSTALL_DATA} ${WRKSRC}/man/man8/$i ${PREFIX}/man/man8
.endfor
.endif