diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-13 14:31:11 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-13 14:31:11 +0000 |
commit | 9b75e6d4a296704420c529a6d3814d537ef884ab (patch) | |
tree | 40754b0c8a87a3d43072e738755da74243903f9b /devel/omniORB | |
parent | b4dfb86e9224dfc1f227e2344a023a9bb4ef09bb (diff) | |
download | ports-9b75e6d4a296704420c529a6d3814d537ef884ab.tar.gz ports-9b75e6d4a296704420c529a6d3814d537ef884ab.zip |
Notes
Diffstat (limited to 'devel/omniORB')
-rw-r--r-- | devel/omniORB/Makefile | 2 | ||||
-rw-r--r-- | devel/omniORB/pkg-plist | 2 |
2 files changed, 4 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> diff --git a/devel/omniORB/pkg-plist b/devel/omniORB/pkg-plist index 5c46397ffb20..04168c92a922 100644 --- a/devel/omniORB/pkg-plist +++ b/devel/omniORB/pkg-plist @@ -335,6 +335,7 @@ libdata/pkgconfig/omnithread3.pc %%PORTDOCS%%%%DOCSDIR%%/utilities.html %%PORTDOCS%%%%DOCSDIR%%/utilities.pdf %%PORTDOCS%%%%DOCSDIR%%/utilities.ps +%%PORTDOCS%%%%EXAMPLESDIR%%/omniORB.cfg %%DATADIR%%/idl/COS/CosCollection.idl %%DATADIR%%/idl/COS/CosCompoundLifeCycle.idl %%DATADIR%%/idl/COS/CosConcurrencyControl.idl @@ -406,6 +407,7 @@ libdata/pkgconfig/omnithread3.pc %%PORTDOCS%%@dirrm %%DOCSDIR%%/tex %%PORTDOCS%%@dirrm %%DOCSDIR%%/omniORB %%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm %%PYTHON_SITELIBDIR%%/omniidl_be/cxx/skel @dirrm %%PYTHON_SITELIBDIR%%/omniidl_be/cxx/impl @dirrm %%PYTHON_SITELIBDIR%%/omniidl_be/cxx/header |