--- program/nikto.conf.default.orig
+++ program/nikto.conf.default
@@ -64,11 +64,11 @@
 CHECKMETHODS=GET
 
 # If you want to specify the location of any of the files, specify them here
-# EXECDIR=/opt/nikto                    # Location of Nikto
-# PLUGINDIR=/opt/nikto/plugins          # Location of plugin dir
-# DBDIR=/opt/nikto/databases            # Location of database dir
-# TEMPLATEDIR=/opt/nikto/templates      # Location of template dir
-# DOCDIR=/opt/nikto/docs                # Location of docs dir
+EXECDIR=@PREFIX@
+PLUGINDIR=@PREFIX@/share/nikto/plugins
+DBDIR=@PREFIX@/share/nikto/databases
+TEMPLATEDIR=@PREFIX@/share/nikto/templates
+DOCDIR=@PREFIX@/share/nikto/docs
 
 # Default plugin macros
 # Remove plugins designed to be run standalone
