summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-09 22:34:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-09 22:34:50 +0000
commit84d780202a57d29936c4a738ee7fc05a436e2d7f (patch)
treef354b9316387606f3e57907443459e937971547f /shells
parent- Stage support (diff)
Fix staging.
Notes
Notes: svn path=/head/; revision=339295
Diffstat (limited to 'shells')
-rw-r--r--shells/osh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile
index 5bced94eb247..584ffdc0dbdc 100644
--- a/shells/osh/Makefile
+++ b/shells/osh/Makefile
@@ -10,11 +10,12 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Implementation of the UNIX 6th Edition shell
MAKE_ENV+= DOCDIR=${DOCSDIR} \
- DESTEXPDIR=${EXAMPLESDIR} \
+ EXPDIR=${EXAMPLESDIR} \
MANDIR=${MANPREFIX}/man/man1
PORTDOCS= *
PORTEXAMPLES= *
+INSTALL_TARGET= install install-doc install-exp
post-patch:
@${REINPLACE_CMD} -E -e 's|(DESTEXPDIR)=|\1?=|' \