diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-08-04 07:07:19 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-08-04 07:07:19 +0000 |
commit | a46031b363c319247ad1c7a1a1e0e1fdca76fd5d (patch) | |
tree | 5e5635bd6dceace8be55d0acb29de89758259ccd /security | |
parent | 89edbd42f913a53ea56d99f75fd547ac4176c0ef (diff) | |
download | ports-a46031b363c319247ad1c7a1a1e0e1fdca76fd5d.tar.gz ports-a46031b363c319247ad1c7a1a1e0e1fdca76fd5d.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/autossh/Makefile | 8 | ||||
-rw-r--r-- | security/autossh/distinfo | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/security/autossh/Makefile b/security/autossh/Makefile index 6dac27774f25..3b7ae9de8d06 100644 --- a/security/autossh/Makefile +++ b/security/autossh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= autossh -PORTVERSION= 1.4 +PORTVERSION= 1.4a CATEGORIES= security MASTER_SITES= http://www.harding.motd.ca/autossh/ EXTRACT_SUFX= .tgz @@ -24,11 +24,7 @@ post-patch: @${REINPLACE_CMD} -e 's,cp autossh ,$$\{BSD_INSTALL_PROGRAM\} autossh ,g' ${WRKSRC}/${MAKEFILE}.in @${REINPLACE_CMD} -e 's,cp ,$$\{BSD_INSTALL_DATA\} ,g' ${WRKSRC}/${MAKEFILE}.in .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -Ee 's,(.*doc.*),#\1,g' ${WRKSRC}/${MAKEFILE}.in + @${REINPLACE_CMD} -Ee '/doc/d' ${WRKSRC}/${MAKEFILE}.in .endif -post-configure: - @${REINPLACE_CMD} -e 's,exec_prefix,EXEC_PREFIX,g' ${WRKSRC}/${MAKEFILE} - @${REINPLACE_CMD} -e 's,prefix,PREFIX,g' ${WRKSRC}/${MAKEFILE} - .include <bsd.port.mk> diff --git a/security/autossh/distinfo b/security/autossh/distinfo index 4c56e2d9becb..462c38902ac7 100644 --- a/security/autossh/distinfo +++ b/security/autossh/distinfo @@ -1,3 +1,3 @@ -MD5 (autossh-1.4.tgz) = 5c84664a2a8c7555701d60d5d4eb87b1 -SHA256 (autossh-1.4.tgz) = 1b0ab1e7a201be83c1182c4a1d4310dd687c7db441cbe2a1955fcb5e17317f33 -SIZE (autossh-1.4.tgz) = 62469 +MD5 (autossh-1.4a.tgz) = a5497938986f0c179926f1ebba603767 +SHA256 (autossh-1.4a.tgz) = 03c79919fc224cc1135090b0b5c4df63e0577ae766b1ae001253db432123cbae +SIZE (autossh-1.4a.tgz) = 62531 |