diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-09 22:34:50 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-09 22:34:50 +0000 |
commit | 84d780202a57d29936c4a738ee7fc05a436e2d7f (patch) | |
tree | f354b9316387606f3e57907443459e937971547f /shells/osh | |
parent | 9f3f1693a1b774820be49055afa1097a83db5f3b (diff) | |
download | ports-84d780202a57d29936c4a738ee7fc05a436e2d7f.tar.gz ports-84d780202a57d29936c4a738ee7fc05a436e2d7f.zip |
Notes
Diffstat (limited to 'shells/osh')
-rw-r--r-- | shells/osh/Makefile | 3 |
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?=|' \ |