diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-07-14 19:56:12 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-07-14 19:56:12 +0000 |
commit | fe43d8c45468254054acb1a2a8219d14aaa740b6 (patch) | |
tree | 85c4f28a5069b2ab01ecd75c74c0c87452778cb0 /polish/kadu | |
parent | c1ba45c3f7464388b5af6496c76de4862835a58b (diff) |
Use ${OPT}_DISTFILES macro
Notes
Notes:
svn path=/head/; revision=322999
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 37d7b573cc77..6b4bd46be66e 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -60,12 +60,10 @@ OPTIONS_DEFINE= GG_EMOTS OPTIONS_SUB= yes GG_EMOTS_DESC= Install GG-compatible emoticons -.include <bsd.port.options.mk> +GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE}:additions \ + ${GG7_EMOTS_DISTFILE}:additions -.if ${PORT_OPTIONS:MGG_EMOTS} -DISTFILES+= ${GG6_EMOTS_DISTFILE}:additions \ - ${GG7_EMOTS_DISTFILE}:additions -.endif +.include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ |