svn commit: r339295 - head/shells/osh

Mathieu Arnold mat at FreeBSD.org
Thu Jan 9 22:34:50 UTC 2014


Author: mat
Date: Thu Jan  9 22:34:50 2014
New Revision: 339295
URL: http://svnweb.freebsd.org/changeset/ports/339295

Log:
  Fix staging.

Modified:
  head/shells/osh/Makefile

Modified: head/shells/osh/Makefile
==============================================================================
--- head/shells/osh/Makefile	Thu Jan  9 22:31:47 2014	(r339294)
+++ head/shells/osh/Makefile	Thu Jan  9 22:34:50 2014	(r339295)
@@ -10,11 +10,12 @@ MAINTAINER=	miwi at 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?=|' \


More information about the svn-ports-all mailing list