diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-07-06 15:55:31 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-07-06 15:55:31 +0800 |
commit | 49966cd1ecead490d46a2b08c363e3e62e683911 (patch) | |
tree | d32b18e6f7b902f1ba87eb02b93159fa2440a343 /security | |
parent | 48c361da09c8647889486871801acb9c4980063d (diff) | |
download | freebsd-ports-gnome-49966cd1ecead490d46a2b08c363e3e62e683911.tar.gz freebsd-ports-gnome-49966cd1ecead490d46a2b08c363e3e62e683911.tar.zst freebsd-ports-gnome-49966cd1ecead490d46a2b08c363e3e62e683911.zip |
- fix install / mtree with custom PREFIX
- bump PORTREVISION
Submitted by: maintainer
Reported by: QATty
Diffstat (limited to 'security')
-rw-r--r-- | security/unhide/Makefile | 1 | ||||
-rw-r--r-- | security/unhide/files/patch-Makefile | 2 |
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 |