diff options
Diffstat (limited to 'sysutils/autopsy/Makefile')
-rw-r--r-- | sysutils/autopsy/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sysutils/autopsy/Makefile b/sysutils/autopsy/Makefile index c56c1ab7c67a..e53bd02387f9 100644 --- a/sysutils/autopsy/Makefile +++ b/sysutils/autopsy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= autopsy -PORTVERSION= 1.73 +PORTVERSION= 2.06 CATEGORIES= sysutils security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,10 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= opr@bsdaemon.be COMMENT= The Autopsy Forensic Browser is a GUI for Sleuthkit -# -# It should have a BUILD_DEPENDS on something in sysutils/sleuthkit, -# but I'm not sure which what to do it on. -# BUILD_DEPENDS= ${LOCALBASE}/bin/ifind:${PORTSDIR}/sysutils/sleuthkit USE_PERL5= yes @@ -26,9 +22,6 @@ WEB= pict/* WEBHELP= help/* MAN1= autopsy.1 -do-configure: - @echo "Note: use ${LOCALBASE}/ as your Sleuth Kit install directory!" - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/autopsy ${PREFIX}/bin cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 |