summaryrefslogtreecommitdiff
path: root/sysutils/su2/files/patch-aa
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-09 22:35:53 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-09 22:35:53 +0000
commit38a870e8516fe731687781202f4da653eaef5de0 (patch)
tree229eda0d8ff07c6586dc0ecfd43e35ea412b9a32 /sysutils/su2/files/patch-aa
parentAdd couple of compiler warning fixes. No functional change. (diff)
- Add stage support [1]
- Remove the indefinite article from COMMENT PR: ports/182644 Submitted by: Denis Generalov <gd@rambler-co.ru> (maintainer) [1] Approved by: wg/culot (mentors, implicit)
Notes
Notes: svn path=/head/; revision=329934
Diffstat (limited to 'sysutils/su2/files/patch-aa')
-rw-r--r--sysutils/su2/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/su2/files/patch-aa b/sysutils/su2/files/patch-aa
index 82556a3fda4a..8181b496d4a2 100644
--- a/sysutils/su2/files/patch-aa
+++ b/sysutils/su2/files/patch-aa
@@ -6,7 +6,7 @@
#
-DEST=/usr/local
+PREFIX?=/usr/local
-+DEST=${PREFIX}
++DEST=${DESTDIR}${PREFIX}
BINDIR=$(DEST)/bin
-MANDIR=$(DEST)/man
+MANDIR=$(DEST)/man/man1
@@ -35,7 +35,7 @@
+
install: su2
- install -c -m 4711 -o root su2 $(BINDIR)/su2
-+ install -c -s -m 4711 -o root su2 $(BINDIR)/su2
++ install -c -s -m 4711 su2 $(BINDIR)/su2
install -c su2.man $(MANDIR)/su2.1
clean: