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 /editors/cream | |
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 'editors/cream')
-rw-r--r-- | editors/cream/Makefile | 2 | ||||
-rw-r--r-- | editors/cream/pkg-plist | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/editors/cream/Makefile b/editors/cream/Makefile index 31ea9b9dd07a..4e3f8b99d1be 100644 --- a/editors/cream/Makefile +++ b/editors/cream/Makefile @@ -28,10 +28,8 @@ do-install: ${MKDIR} ${VIMRUNTIME}/cream/${f} ${INSTALL_DATA} ${WRKSRC}/${f}/* ${VIMRUNTIME}/cream/${f} .endfor - ${MKDIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/cream.png ${WRKSRC}/cream.svg \ ${PREFIX}/share/pixmaps - ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/cream.desktop ${PREFIX}/share/applications .if !defined(NOPORTDOCS) .for f in docs docs-html diff --git a/editors/cream/pkg-plist b/editors/cream/pkg-plist index 95a96335de50..faadfb28ec5b 100644 --- a/editors/cream/pkg-plist +++ b/editors/cream/pkg-plist @@ -216,4 +216,3 @@ share/pixmaps/cream.svg %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs-html %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/applications |