aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-10 06:34:50 +0800
committermat <mat@FreeBSD.org>2014-01-10 06:34:50 +0800
commitd213391f247bb38c6189a889338b370c9af15d64 (patch)
treef354b9316387606f3e57907443459e937971547f /shells
parent6252ebbc3a25261ceb2f771bcba9deb7a942cfbf (diff)
downloadfreebsd-ports-gnome-d213391f247bb38c6189a889338b370c9af15d64.tar.gz
freebsd-ports-gnome-d213391f247bb38c6189a889338b370c9af15d64.tar.zst
freebsd-ports-gnome-d213391f247bb38c6189a889338b370c9af15d64.zip
Fix staging.
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?=|' \