diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-14 01:21:37 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-14 01:21:37 +0000 |
commit | eba7d8f6c33245c86f162cb39c4c2a77c960dd3a (patch) | |
tree | d2bb5cf78ac85dfc52c8a038a0ea33df6df8fff6 /sysutils/gkrellmwho2 | |
parent | 89a9b7d86ae2d266f563f25478a41da117f51309 (diff) |
Notes
Diffstat (limited to 'sysutils/gkrellmwho2')
-rw-r--r-- | sysutils/gkrellmwho2/Makefile | 5 | ||||
-rw-r--r-- | sysutils/gkrellmwho2/pkg-plist | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/gkrellmwho2/Makefile b/sysutils/gkrellmwho2/Makefile index b3e94d7e91e4..bf47040088b6 100644 --- a/sysutils/gkrellmwho2/Makefile +++ b/sysutils/gkrellmwho2/Makefile @@ -20,14 +20,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig USES= pkgconfig ALL_TARGET= -PLIST_FILES= libexec/gkrellm2/plugins/gkrellmwho2.so -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/configure ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gkrellmwho2.so ${PREFIX}/libexec/gkrellm2/plugins/ + ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins + ${INSTALL_PROGRAM} ${WRKSRC}/gkrellmwho2.so ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins/ .include <bsd.port.mk> diff --git a/sysutils/gkrellmwho2/pkg-plist b/sysutils/gkrellmwho2/pkg-plist new file mode 100644 index 000000000000..2e433afa7fc8 --- /dev/null +++ b/sysutils/gkrellmwho2/pkg-plist @@ -0,0 +1,3 @@ +libexec/gkrellm2/plugins/gkrellmwho2.so +@dirrmtry libexec/gkrellm2/plugins +@dirrmtry libexec/gkrellm2 |