diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-02 20:46:00 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-02 20:46:00 +0000 |
commit | ef472d70b3b08c6860fd25447423bddb5c9e6228 (patch) | |
tree | 1d04a2e03f2c95fccab280f460d815b84331880f /editors/mined | |
parent | adc9e5acbe078249bab563325a8651154d579a5e (diff) | |
download | ports-ef472d70b3b08c6860fd25447423bddb5c9e6228.tar.gz ports-ef472d70b3b08c6860fd25447423bddb5c9e6228.zip |
Notes
Diffstat (limited to 'editors/mined')
-rw-r--r-- | editors/mined/Makefile | 1 | ||||
-rw-r--r-- | editors/mined/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile index cc63fdf90a7f..4f534b918292 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -52,6 +52,7 @@ pre-build: @${ECHO_MSG} post-install: + ${MKDIR} ${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/usrshare/setup_install/mined.desktop \ ${DESKTOPDIR} .if !defined(NOPORTDOCS) diff --git a/editors/mined/pkg-plist b/editors/mined/pkg-plist index c5aee17ea8cc..43264c5832d6 100644 --- a/editors/mined/pkg-plist +++ b/editors/mined/pkg-plist @@ -33,3 +33,4 @@ share/applications/mined.desktop @dirrm %%DATADIR%%/conf_user @dirrm %%DATADIR%%/bin @dirrm %%DATADIR%% +@dirrmtry share/applications |