aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-20 15:47:33 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-20 15:47:33 +0000
commit550fe1333ff808cf40f4608968eeaeb7d3ff16f0 (patch)
treee625b77dc238ebd313b566a7dd27d4ae35fa0e05 /sysutils
parent72bf01801c29d71b09a384409ee61175f7458075 (diff)
downloadports-550fe1333ff808cf40f4608968eeaeb7d3ff16f0.tar.gz
ports-550fe1333ff808cf40f4608968eeaeb7d3ff16f0.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gkrellfire/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/gkrellfire/Makefile b/sysutils/gkrellfire/Makefile
index cd4550e5001f..b7cec0d6d3fe 100644
--- a/sysutils/gkrellfire/Makefile
+++ b/sysutils/gkrellfire/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 0.4.2
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://freenet-homepage.de/thomas-steinke/ \
- ${MASTER_SITE_LOCAL}
+ LOCAL
MASTER_SITE_SUBDIR= novel
EXTRACT_SUFX= .tgz
@@ -17,11 +17,14 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkre
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
PLIST_FILES= libexec/gkrellm2/plugins/${PORTNAME}.so
+PLIST_DIRSTRY= libexec/gkrellm2/plugins libexec/gkrellm2
+
USES= gmake pkgconfig
MAKE_ARGS= CC="${CC}"
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins/
+ @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
+ ${INSTALL_LIB} ${WRKSRC}/${PORTNAME}.so \
+ ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
.include <bsd.port.mk>