summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-07-06 07:55:31 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-07-06 07:55:31 +0000
commit281d7874ff2c27fc3d05b4be549c9c990fa652e6 (patch)
treeb2fa4921923642b49baba19649fc30f5f950bdce /security
parent- update webalizer-geodb-20090701 (diff)
- fix install / mtree with custom PREFIX
- bump PORTREVISION Submitted by: maintainer Reported by: QATty
Notes
Notes: svn path=/head/; revision=237243
Diffstat (limited to 'security')
-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