aboutsummaryrefslogtreecommitdiffstats
path: root/security/blocksshd/Makefile
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-11-23 14:10:33 +0800
committerclsung <clsung@FreeBSD.org>2006-11-23 14:10:33 +0800
commit82e3cc2f2f68c65fa10a3b9fe58466ed2c36f939 (patch)
treedc52720d4e5d25716b3fca0b00f205320351df7c /security/blocksshd/Makefile
parentd536980150925d99cd3bac9d200c9981ab977b07 (diff)
downloadfreebsd-ports-gnome-82e3cc2f2f68c65fa10a3b9fe58466ed2c36f939.tar.gz
freebsd-ports-gnome-82e3cc2f2f68c65fa10a3b9fe58466ed2c36f939.tar.zst
freebsd-ports-gnome-82e3cc2f2f68c65fa10a3b9fe58466ed2c36f939.zip
- Update to 1.0
Diffstat (limited to 'security/blocksshd/Makefile')
-rw-r--r--security/blocksshd/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/blocksshd/Makefile b/security/blocksshd/Makefile
index d16e342246ef..3c50cc577587 100644
--- a/security/blocksshd/Makefile
+++ b/security/blocksshd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= blocksshd
-PORTVERSION= 0.9
+PORTVERSION= 1.0
CATEGORIES= security sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= blocksshd
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS/Resolver.pm:${PORTSDIR}/dns/p5-Ne
${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \
${SITE_PERL}/Proc/PID/File.pm:${PORTSDIR}/devel/p5-Proc-PID-File
-MAKE_ARGS= PREFIX="${TARGETDIR}"
+MAKE_ARGS= PREFIX="${TARGETDIR}" SYSCONFDIR="${TARGETDIR}/etc"
NO_BUILD= yes
USE_PERL5_RUN= yes
@@ -29,7 +29,4 @@ post-patch:
@${CHMOD} 755 ${WRKSRC}/init
@${REINPLACE_CMD} -e 's|^MANCOMPRESS = .gz||g' ${WRKSRC}/Makefile
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/blocksshd.conf ${TARGETDIR}/etc
-
.include <bsd.port.mk>