diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-10 05:51:26 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-10 05:51:26 +0000 |
commit | b4e002bef707283f73ec87d3a9217752feea8dbe (patch) | |
tree | c2c31facaae0fbd68a8e88335ef2b47d3ce29b1a /security/sshit | |
parent | 4e857ba36668bf12c24706e5a78ae1181c439c0e (diff) | |
download | ports-b4e002bef707283f73ec87d3a9217752feea8dbe.tar.gz ports-b4e002bef707283f73ec87d3a9217752feea8dbe.zip |
Notes
Diffstat (limited to 'security/sshit')
-rw-r--r-- | security/sshit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/sshit/Makefile b/security/sshit/Makefile index 1f87f2c99403..544f3fa2e616 100644 --- a/security/sshit/Makefile +++ b/security/sshit/Makefile @@ -7,7 +7,7 @@ PORTNAME= sshit PORTVERSION= 0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://anp.ath.cx/sshit/ \ ${MASTER_SITE_LOCAL} @@ -26,6 +26,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +post-patch: + @${REINPLACE_CMD} -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/sshit + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf-dist |