diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-16 16:35:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-16 16:35:34 +0000 |
commit | a31348de47b1094e0331c1370ebc8e4f3d09f00d (patch) | |
tree | 8ac408c16534a4968eb934bfea02b8e20676d1a1 /security/blocksshd/Makefile | |
parent | 0004d690af4ffe9ace038f0a81f23030be5695da (diff) |
Notes
Diffstat (limited to 'security/blocksshd/Makefile')
-rw-r--r-- | security/blocksshd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/blocksshd/Makefile b/security/blocksshd/Makefile index 2915592f6b03..626df4ee51e7 100644 --- a/security/blocksshd/Makefile +++ b/security/blocksshd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= blocksshd -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= security sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= blocksshd @@ -26,12 +25,12 @@ USE_RC_SUBR= blocksshd USE_DOS2UNIX= blocksshd blocksshd.conf MAN1= blocksshd.1 +MANCOMPRESSED= yes post-extract: @${CHMOD} 755 ${WRKSRC}/init post-patch: - @${REINPLACE_CMD} -e 's|^MANCOMPRESS = .gz||g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|/etc/blocksshd.conf|${PREFIX}/etc/blocksshd.conf|g' ${WRKSRC}/blocksshd post-install: |