diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-02 20:46:00 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-02 20:46:00 +0000 |
commit | af680df757d0b1b69f1c76980a78b9d69167bb63 (patch) | |
tree | 731cd7d92e1584d60fba66cd97e8b820a7e41606 /editors | |
parent | a262484fe9a4b8e2bdee5d359d0429f125ee5846 (diff) | |
download | FreeBSD-ports-af680df757d0b1b69f1c76980a78b9d69167bb63.zip FreeBSD-ports-af680df757d0b1b69f1c76980a78b9d69167bb63.tar.gz |
mkdir ${DESKTOPDIR} when kdehier is not installed.
Reported by: ports-i386 via Kris
Diffstat (limited to 'editors')
-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 cc63fdf..4f534b9 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 c5aee17..43264c5 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 |