diff options
author | sem <sem@FreeBSD.org> | 2005-02-13 22:31:11 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-13 22:31:11 +0800 |
commit | 349dee8517961a43f8d3bb7355840babdc6c3dde (patch) | |
tree | 1cd14707a03c00e8ae7723b2738ea44cbdc1c646 /devel | |
parent | 7e8dd92923faba81a218a773abd905cf0ce293a8 (diff) | |
download | freebsd-ports-gnome-349dee8517961a43f8d3bb7355840babdc6c3dde.tar.gz freebsd-ports-gnome-349dee8517961a43f8d3bb7355840babdc6c3dde.tar.zst freebsd-ports-gnome-349dee8517961a43f8d3bb7355840babdc6c3dde.zip |
- Install a sample configuration file
PR: ports/77446
Submitted by: hq
Diffstat (limited to 'devel')
-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 |