diff options
Diffstat (limited to 'polish/kadu/Makefile')
-rw-r--r-- | polish/kadu/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index df0ee97cfa6e..10b4a0c444cc 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -53,10 +53,7 @@ GG_EMOTS_DESC= GG-compatible emoticons GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE}:additions \ ${GG7_EMOTS_DISTFILE}:additions -.include <bsd.port.options.mk> - -post-install: -.if ${PORT_OPTIONS:MGG_EMOTS} +post-install-GG_EMOTS-on: @${MKDIR} ${WRKSRC}/varia/themes/emoticons @cd ${WRKSRC}/varia/themes/emoticons && \ ${TAR} -zxf ${_DISTDIR}/${GG6_EMOTS_DISTFILE} && \ @@ -64,6 +61,5 @@ post-install: cd gg6_compatible && ${TAR} -zxf ${_DISTDIR}/${GG7_EMOTS_DISTFILE} @cd ${WRKSRC}/varia/themes/emoticons && \ ${COPYTREE_SHARE} gg6_compatible ${STAGEDIR}${DATADIR}/themes/emoticons -.endif .include <bsd.port.mk> |