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/thegrind | |
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/thegrind')
-rw-r--r-- | games/thegrind/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/thegrind/Makefile b/games/thegrind/Makefile index 1262fe7d5345..38c41f5178ad 100644 --- a/games/thegrind/Makefile +++ b/games/thegrind/Makefile @@ -30,7 +30,6 @@ PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png \ %%DATADIR%%/${PORTNAME}.zip PLIST_DIRS= %%DATADIR%% -PLIST_DIRSTRY= share/applications PORTDOCS= ChangeLog |