aboutsummaryrefslogtreecommitdiff
path: root/multimedia/photofilmstrip
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-22 13:56:27 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-22 13:56:27 +0000
commitd46ccd7303bf20ea948fb7ae7d9295ad15a9bdf0 (patch)
treea35566f61939b515f5bf3edc63109b89ea9b970f /multimedia/photofilmstrip
parentc87a56b35119a3f8c54074da6dd45335b59a2fc4 (diff)
downloadports-d46ccd7303bf20ea948fb7ae7d9295ad15a9bdf0.tar.gz
ports-d46ccd7303bf20ea948fb7ae7d9295ad15a9bdf0.zip
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with m)
Approved by: portmgr (bdrewery)
Notes
Notes: svn path=/head/; revision=331270
Diffstat (limited to 'multimedia/photofilmstrip')
-rw-r--r--multimedia/photofilmstrip/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/photofilmstrip/Makefile b/multimedia/photofilmstrip/Makefile
index 63236867bcad..c314cdecf956 100644
--- a/multimedia/photofilmstrip/Makefile
+++ b/multimedia/photofilmstrip/Makefile
@@ -68,14 +68,12 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/photofilmstrip/* ${PFSDIR}/doc
@${FIND} ${PFSDIR} -type d | ${XARGS} ${CHMOD} a+rx
@${FIND} ${PFSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
- @${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}.desktop ${PREFIX}/share/applications
.for lang in cs de en fr it ko nl pt tr
@${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES
${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
${PREFIX}/share/locale/${lang}/LC_MESSAGES/PhotoFilmStrip.mo
.endfor
- @${MKDIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}.xpm ${PREFIX}/share/pixmaps
.include <bsd.port.mk>