diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:57:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:57:35 +0800 |
commit | 2ab68ebd1aa41c9309ff76379e044d91cc05b3ba (patch) | |
tree | 8ef09580acc4a6416ee6abeb00ca71999c743d2f /biology | |
parent | cfecf7790a815eae7147c6109eb4c1266576314f (diff) | |
download | freebsd-ports-gnome-2ab68ebd1aa41c9309ff76379e044d91cc05b3ba.tar.gz freebsd-ports-gnome-2ab68ebd1aa41c9309ff76379e044d91cc05b3ba.tar.zst freebsd-ports-gnome-2ab68ebd1aa41c9309ff76379e044d91cc05b3ba.zip |
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by: portmgr (bdrewery)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/gperiodic/Makefile | 2 | ||||
-rw-r--r-- | biology/gperiodic/pkg-plist | 1 | ||||
-rw-r--r-- | biology/ugene/pkg-plist | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/biology/gperiodic/Makefile b/biology/gperiodic/Makefile index 013af8531d21..ae32d424b788 100644 --- a/biology/gperiodic/Makefile +++ b/biology/gperiodic/Makefile @@ -32,10 +32,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gperiodic ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gperiodic.desktop \ ${PREFIX}/share/applications - @${MKDIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/gperiodic.png \ ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/gperiodic-crystal.png \ diff --git a/biology/gperiodic/pkg-plist b/biology/gperiodic/pkg-plist index cf1839f7c641..0520be903881 100644 --- a/biology/gperiodic/pkg-plist +++ b/biology/gperiodic/pkg-plist @@ -10,4 +10,3 @@ share/locale/sv/LC_MESSAGES/gperiodic.mo share/locale/tr/LC_MESSAGES/gperiodic.mo share/pixmaps/gperiodic.png share/pixmaps/gperiodic-crystal.png -@dirrmtry share/applications diff --git a/biology/ugene/pkg-plist b/biology/ugene/pkg-plist index 927adce7aa40..39415697299c 100644 --- a/biology/ugene/pkg-plist +++ b/biology/ugene/pkg-plist @@ -1133,6 +1133,5 @@ share/pixmaps/ugene.xpm @dirrm %%DATADIR%%/back_translation/Bacteria @dirrm %%DATADIR%%/back_translation @dirrm %%DATADIR%% -@dirrmtry share/applications @dirrm lib/ugene/plugins @dirrm lib/ugene |