diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-03 04:46:00 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-03 04:46:00 +0800 |
commit | af680df757d0b1b69f1c76980a78b9d69167bb63 (patch) | |
tree | 731cd7d92e1584d60fba66cd97e8b820a7e41606 /editors/mined | |
parent | a262484fe9a4b8e2bdee5d359d0429f125ee5846 (diff) | |
download | freebsd-ports-graphics-af680df757d0b1b69f1c76980a78b9d69167bb63.tar.gz freebsd-ports-graphics-af680df757d0b1b69f1c76980a78b9d69167bb63.tar.zst freebsd-ports-graphics-af680df757d0b1b69f1c76980a78b9d69167bb63.zip |
mkdir ${DESKTOPDIR} when kdehier is not installed.
Reported by: ports-i386 via Kris
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 cc63fdf90a7..4f534b91829 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 c5aee17ea8c..43264c5832d 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 |