aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/unhide/Makefile1
-rw-r--r--security/unhide/files/patch-Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/security/unhide/Makefile b/security/unhide/Makefile
index d3220959f800..b2051749a671 100644
--- a/security/unhide/Makefile
+++ b/security/unhide/Makefile
@@ -7,6 +7,7 @@
PORTNAME= unhide
PORTVERSION= 20080519
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.security-projects.com/
DISTNAME= ${PORTNAME}${DISTVERSION}
diff --git a/security/unhide/files/patch-Makefile b/security/unhide/files/patch-Makefile
index d68364bd7c3e..8f0b65d78b3c 100644
--- a/security/unhide/files/patch-Makefile
+++ b/security/unhide/files/patch-Makefile
@@ -1,7 +1,7 @@
--- /dev/null 2009-02-26 16:27:00.000000000 +0200
+++ Makefile 2009-02-26 16:26:45.000000000 +0200
@@ -0,0 +1,19 @@
-+DESTDIR := /usr/local
++DESTDIR := ${PREFIX}
+MANDIR := ${DESTDIR}/man
+INSTALL_PROGRAM := /usr/bin/install -s -m 0700
+INSTALL_MAN := /usr/bin/install -m 0444