diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:53:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:53:33 +0800 |
commit | c5d288a5d4d4844e301e6639245f04aaa28fdb66 (patch) | |
tree | 6a19ff06e1e1ec48fba09fbcc2032b3a6583efd0 /games/qnetwalk | |
parent | 4c1cee313fc49c77baec3d1d30b90bbed1968599 (diff) | |
download | freebsd-ports-gnome-c5d288a5d4d4844e301e6639245f04aaa28fdb66.tar.gz freebsd-ports-gnome-c5d288a5d4d4844e301e6639245f04aaa28fdb66.tar.zst freebsd-ports-gnome-c5d288a5d4d4844e301e6639245f04aaa28fdb66.zip |
- Remove manual creation and removal of share/applications, as it's now in the mtree (games category)
Approved by: portmgr (bdrewery)
Diffstat (limited to 'games/qnetwalk')
-rw-r--r-- | games/qnetwalk/Makefile | 1 | ||||
-rw-r--r-- | games/qnetwalk/pkg-plist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/games/qnetwalk/Makefile b/games/qnetwalk/Makefile index 151e7cc22666..3d52dc85ff43 100644 --- a/games/qnetwalk/Makefile +++ b/games/qnetwalk/Makefile @@ -32,7 +32,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin @(cd ${WRKSRC} && ${COPYTREE_SHARE} "pics sounds translations" ${DATADIR}) @${LN} -sf ${DATADIR}/pics/computer2.png ${PREFIX}/share/pixmaps/${PORTNAME}.png - @${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/menu/qnetwalk.desktop ${PREFIX}/share/applications ${INSTALL_MAN} ${MAN6:S|^|${WRKSRC}/|} ${MAN6PREFIX}/man/man6 diff --git a/games/qnetwalk/pkg-plist b/games/qnetwalk/pkg-plist index 5c7b387eea71..2784e5933ae3 100644 --- a/games/qnetwalk/pkg-plist +++ b/games/qnetwalk/pkg-plist @@ -58,4 +58,3 @@ share/pixmaps/qnetwalk.png @dirrm %%DATADIR%%/sounds @dirrm %%DATADIR%%/pics @dirrm %%DATADIR%% -@dirrmtry share/applications |