Index: head/sysutils/xfce4-bsdcpufreq-plugin/Makefile =================================================================== --- head/sysutils/xfce4-bsdcpufreq-plugin/Makefile (revision 384919) +++ head/sysutils/xfce4-bsdcpufreq-plugin/Makefile (revision 384920) @@ -1,36 +1,36 @@ # Created by: Thomas Zander # $FreeBSD$ # PORTNAME= xfce4-bsdcpufreq-plugin PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= sysutils xfce -MASTER_SITES= GHL GHC +MASTER_SITES= GHL MAINTAINER= riggs@FreeBSD.org COMMENT= Displays the current CPU clock frequency in the panel LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= riggs- GH_COMMIT= be17b3a GH_TAGNAME= ${GH_COMMIT} USE_GNOME= gtk20 USES= pkgconfig xfce USE_XFCE= panel PLIST_FILES= lib/xfce4/panel/plugins/libbsdcpufreq.so \ share/xfce4/panel/plugins/bsdcpufreq.desktop do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xfce4/panel/plugins ${MKDIR} ${STAGEDIR}${PREFIX}/share/xfce4/panel/plugins ${INSTALL_LIB} ${WRKSRC}/libbsdcpufreq.so ${STAGEDIR}${PREFIX}/lib/xfce4/panel/plugins ${INSTALL_DATA} ${WRKSRC}/bsdcpufreq.desktop ${STAGEDIR}${PREFIX}/share/xfce4/panel/plugins .include