aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/kphotoalbum-kde4
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-10-13 09:40:18 +0800
committermarkus <markus@FreeBSD.org>2004-10-13 09:40:18 +0800
commit911bf7e9d1dd997d43adaf7d4f243ee7aa0d64b8 (patch)
tree5db60aff99ea0d42d0089faaecc06988c6378832 /graphics/kphotoalbum-kde4
parent833a393cef49f8702bf2f7230c605d2c6949da1e (diff)
downloadfreebsd-ports-gnome-911bf7e9d1dd997d43adaf7d4f243ee7aa0d64b8.tar.gz
freebsd-ports-gnome-911bf7e9d1dd997d43adaf7d4f243ee7aa0d64b8.tar.zst
freebsd-ports-gnome-911bf7e9d1dd997d43adaf7d4f243ee7aa0d64b8.zip
Don't install the xx-locale in the first place instead of removing it
afterwards.
Diffstat (limited to 'graphics/kphotoalbum-kde4')
-rw-r--r--graphics/kphotoalbum-kde4/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/kphotoalbum-kde4/Makefile b/graphics/kphotoalbum-kde4/Makefile
index 6d2d679e1769..d99e89242b15 100644
--- a/graphics/kphotoalbum-kde4/Makefile
+++ b/graphics/kphotoalbum-kde4/Makefile
@@ -21,10 +21,6 @@ USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-post-install:
- @${RM} ${PREFIX}/share/locale/xx/LC_MESSAGES/kimdaba.mo
- @${RMDIR} ${PREFIX}/share/locale/xx/LC_MESSAGES/
- @${RMDIR} ${PREFIX}/share/locale/xx/
+ @${REINPLACE_CMD} -e 's/xx//g' ${WRKSRC}/po/Makefile.in
.include <bsd.port.mk>