- fix install / mtree with custom PREFIX

- bump PORTREVISION

Submitted by:	maintainer
Reported by:	QATty
This commit is contained in:
Ion-Mihai Tetcu 2009-07-06 07:55:31 +00:00
parent a92b2c1277
commit 281d7874ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237243
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= unhide
PORTVERSION= 20080519
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.security-projects.com/
DISTNAME= ${PORTNAME}${DISTVERSION}

View File

@ -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