diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:58:55 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:58:55 +0800 |
commit | 5b78d8d993307433dcdf0d1224e6a2e951269fe4 (patch) | |
tree | 65e15ba7b6b7f5eda17dbc484ed5047bd4d8f445 /graphics/gliv | |
parent | 2ab68ebd1aa41c9309ff76379e044d91cc05b3ba (diff) | |
download | freebsd-ports-gnome-5b78d8d993307433dcdf0d1224e6a2e951269fe4.tar.gz freebsd-ports-gnome-5b78d8d993307433dcdf0d1224e6a2e951269fe4.tar.zst freebsd-ports-gnome-5b78d8d993307433dcdf0d1224e6a2e951269fe4.zip |
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery)
Diffstat (limited to 'graphics/gliv')
-rw-r--r-- | graphics/gliv/Makefile | 1 | ||||
-rw-r--r-- | graphics/gliv/pkg-plist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index e347ccb56af0..2fc1b40510ab 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -30,7 +30,6 @@ LDFLAGS+= -L${LOCALBASE}/lib NO_STAGE= yes post-install: - ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gliv.desktop \ ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gliv.png \ diff --git a/graphics/gliv/pkg-plist b/graphics/gliv/pkg-plist index f2f79e9f83ea..f82f4fc25243 100644 --- a/graphics/gliv/pkg-plist +++ b/graphics/gliv/pkg-plist @@ -27,4 +27,3 @@ share/locale/vi/LC_MESSAGES/gliv.mo @dirrmtry man/de @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw -@dirrmtry share/applications |