mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
57ffef978c
The public suffix list is a database of top level domain names. The database allows an application to determine if if a domain name requires an additional label to be valid. The principle use in a web browser is to restrict supercookies being set although it can also serve secondary purposes in the UI such as domain highlighting. WWW: http://www.netsurf-browser.org/
11 lines
229 B
PkgConfig
11 lines
229 B
PkgConfig
--- libnspsl.pc.in.orig 2016-11-19 10:09:21 UTC
|
|
+++ libnspsl.pc.in
|
|
@@ -1,6 +1,6 @@
|
|
prefix=PREFIX
|
|
exec_prefix=${prefix}
|
|
-libdir=${exec_prefix}/LIBDIR
|
|
+libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/INCLUDEDIR
|
|
|
|
Name: libnspsl
|