summaryrefslogtreecommitdiff
path: root/net/libnipper/patches
diff options
context:
space:
mode:
authoradrianp <adrianp>2008-09-08 17:27:56 +0000
committeradrianp <adrianp>2008-09-08 17:27:56 +0000
commit56494a7ac5ca8c122d6b795ffac62ddfe70865fe (patch)
tree30c76b619980d025ed2399576203125d9ae757ba /net/libnipper/patches
parent7c2f21c2b0abead39189917a4950209dd59e71ca (diff)
downloadpkgsrc-56494a7ac5ca8c122d6b795ffac62ddfe70865fe.tar.gz
Nipper performs security audits of network device configuration
files. The report produced by Nipper includes; detailed security-related issues with recommendations, a configuration report and various appendices. Nipper has a large number of configuration options.
Diffstat (limited to 'net/libnipper/patches')
-rw-r--r--net/libnipper/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/libnipper/patches/patch-aa b/net/libnipper/patches/patch-aa
new file mode 100644
index 00000000000..14f6102a618
--- /dev/null
+++ b/net/libnipper/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/09/08 17:27:56 adrianp Exp $
+
+--- CMakeLists.txt.orig 2008-09-05 21:01:55.000000000 +0100
++++ CMakeLists.txt
+@@ -319,7 +319,6 @@ SET(libnipper_SRC
+ ADD_LIBRARY(nipper SHARED ${libnipper_SRC})
+
+ # Install...
+-INSTALL(TARGETS nipper LIBRARY DESTINATION /usr/lib)
+-INSTALL(FILES nipper.conf DESTINATION /etc)
+-INSTALL(FILES libnipper.h config.h DESTINATION /usr/include/libnipper/)
+-INSTALL(FILES man/nipper.conf.5 DESTINATION /usr/share/man/man5)
+\ No newline at end of file
++INSTALL(TARGETS nipper LIBRARY DESTINATION @@PREFIX@@/lib)
++INSTALL(FILES libnipper.h config.h DESTINATION @@PREFIX@@/include/libnipper/)
++INSTALL(FILES man/nipper.conf.5 DESTINATION @@PREFIX@@/@@PKGMANDIR@@/man5)