Goal: avoid links to the build environment in the poterminology manpage

Status wrt upstream: Debian specific as long as the manpages are only
                     distributed by Debian

--- a/translate/tools/poterminology.py
+++ b/translate/tools/poterminology.py
@@ -471,7 +471,7 @@
 
     parser.add_option("-S", "--stopword-list", type="string", metavar="STOPFILE", dest="stopfile",
                       help="read stopword (term exclusion) list from STOPFILE (default %s)" %
-                      file_discovery.get_abs_data_filename('stoplist-en'))
+                      "/usr/share/pyshared/translate/share/stoplist-en")
 
     parser.set_defaults(foldtitle=True, ignorecase=False)
     parser.add_option(
