diff options
author | Michael Landin <mich@FreeBSD.org> | 2005-10-03 13:51:14 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2005-10-03 13:51:14 +0000 |
commit | 1182d9abe1ca6bc5a0c90880b597c3b66b1e3157 (patch) | |
tree | a8981249ef1091a8fb38b423e867874b87621571 /security/hackbot/Makefile | |
parent | a921804a53b429ff2ae4b85476876d80926d0e0e (diff) | |
download | ports-1182d9abe1ca6bc5a0c90880b597c3b66b1e3157.tar.gz ports-1182d9abe1ca6bc5a0c90880b597c3b66b1e3157.zip |
Notes
Diffstat (limited to 'security/hackbot/Makefile')
-rw-r--r-- | security/hackbot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/hackbot/Makefile b/security/hackbot/Makefile index c9ff8a3e37fd..3d05d3cf83f9 100644 --- a/security/hackbot/Makefile +++ b/security/hackbot/Makefile @@ -9,7 +9,7 @@ PORTNAME= hackbot PORTVERSION= 2.21 CATEGORIES= security MASTER_SITES= http://ws.obit.nl/hackbot/ -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .tgz MAINTAINER= mich@FreeBSD.org COMMENT= A host exploration tool and bannergrabber @@ -20,7 +20,7 @@ NO_BUILD= YES WRKSRC= ${WRKDIR}/${PORTNAME} pre-patch: - @${REINPLACE_CMD} -e 's|/usr/local/etc/|${DATADIR}/hackbot/|' ${WRKSRC}/hackbot.pl + @${REINPLACE_CMD} -e 's|/usr/local/etc|${DATADIR}|' ${WRKSRC}/hackbot.pl do-install: ${MKDIR} ${DATADIR} |