aboutsummaryrefslogtreecommitdiff
path: root/net/delegate
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-21 15:34:35 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-21 15:34:35 +0000
commit591bddf467d8a98002cdd69a9d72ef57103eb382 (patch)
treeeb10fc484e71d2853d8afc1bf6fa655fea057952 /net/delegate
parent68a7ec508d07f7353fdca0bdf10c3aa78f7085ab (diff)
downloadports-591bddf467d8a98002cdd69a9d72ef57103eb382.tar.gz
ports-591bddf467d8a98002cdd69a9d72ef57103eb382.zip
Notes
Diffstat (limited to 'net/delegate')
-rw-r--r--net/delegate/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile
index 4bfdb987275e..60709d690eb5 100644
--- a/net/delegate/Makefile
+++ b/net/delegate/Makefile
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= General purpose TCP/IP proxy system
-USE_BZIP2= yes
+USE_BZIP2= yes
IS_INTERACTIVE= YES
PORTDOCS= Manual.htm tutor-jp.htm tutor-en.htm
PLIST_FILES= sbin/delegated etc/rc.d/delegated.sh-dist
@@ -23,7 +23,7 @@ PLIST_FILES= sbin/delegated etc/rc.d/delegated.sh-dist
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
${INSTALL_SCRIPT} ${FILESDIR}/delegated.sh \
- ${PREFIX}/etc/rc.d/delegated.sh-dist
+ ${PREFIX}/etc/rc.d/delegated.sh-dist
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}