diff options
author | markus <markus@FreeBSD.org> | 2004-10-13 09:40:18 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-10-13 09:40:18 +0800 |
commit | 911bf7e9d1dd997d43adaf7d4f243ee7aa0d64b8 (patch) | |
tree | 5db60aff99ea0d42d0089faaecc06988c6378832 /graphics/kphotoalbum-kde4 | |
parent | 833a393cef49f8702bf2f7230c605d2c6949da1e (diff) | |
download | freebsd-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/Makefile | 6 |
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> |