diff options
Diffstat (limited to 'devel/omniORB/Makefile')
-rw-r--r-- | devel/omniORB/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index bc86ad1b73fe..520bb9f3b863 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -58,6 +58,8 @@ post-install: @cd ${WRKSRC} && ${INSTALL_DATA} COPYING README.FIRST.txt README.unix \ ReleaseNotes_${PORTVERSION}.txt ${DOCSDIR} @${TAR} cCf ${WRKSRC}/doc - . | ${TAR} xUCf ${DOCSDIR} - + @${MKDIR} ${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/sample.cfg ${EXAMPLESDIR}/omniORB.cfg .endif .include <bsd.port.mk> |