diff options
author | pawel <pawel@FreeBSD.org> | 2014-06-12 20:56:59 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-06-12 20:56:59 +0800 |
commit | b817ee6b444721ec0f5437869df1b40470f84177 (patch) | |
tree | f2260ae8dd1f4bbd6336d81daad7efcd7ae419cf /misc | |
parent | 7d02d636c34cce6d505ffce2caae5458f0033873 (diff) | |
download | freebsd-ports-gnome-b817ee6b444721ec0f5437869df1b40470f84177.tar.gz freebsd-ports-gnome-b817ee6b444721ec0f5437869df1b40470f84177.tar.zst freebsd-ports-gnome-b817ee6b444721ec0f5437869df1b40470f84177.zip |
Add staging support
Diffstat (limited to 'misc')
-rw-r--r-- | misc/diary-hercules/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/diary-hercules/Makefile b/misc/diary-hercules/Makefile index c18222076e51..5f7361de8462 100644 --- a/misc/diary-hercules/Makefile +++ b/misc/diary-hercules/Makefile @@ -24,11 +24,10 @@ USE_WX= 2.6+ WX_UNICODE= yes WX_COMPS= python -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ ${WRKSRC}/Hercules/globals.py post-install: - @${CHMOD} +r ${PREFIX}/share/${PORTNAME}/xrc/*.xrc + @${CHMOD} +r ${STAGEDIR}${PREFIX}/share/${PORTNAME}/xrc/*.xrc .include <bsd.port.mk> |