diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:59:53 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:59:53 +0000 |
commit | 27d195667ddfa6af2799684206f0443bfadd150c (patch) | |
tree | 70c9773a55a3adcbcdcd894b1296c2dd06af9a88 /print/lyx | |
parent | ab248286305efe7f272cdce8773a1185f2752eba (diff) |
Notes
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 1 | ||||
-rw-r--r-- | print/lyx/pkg-plist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index b077330f7586..3a5d65414cba 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -53,7 +53,6 @@ post-install: # Manually install the 48x48 icon and .desktop file. # Will not be needed in the 2.1 series, see LyX tickets 2820 and 7919. ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps - ${MKDIR} ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/lib/images/lyx.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps ${INSTALL_DATA} ${FILESDIR}/lyx.desktop ${STAGEDIR}${PREFIX}/share/applications diff --git a/print/lyx/pkg-plist b/print/lyx/pkg-plist index 0e3130af5a1f..073c59a2cf0c 100644 --- a/print/lyx/pkg-plist +++ b/print/lyx/pkg-plist @@ -1838,4 +1838,3 @@ share/icons/hicolor/48x48/apps/lyx.png @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor @dirrmtry share/icons -@dirrmtry share/applications |