diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 20:30:50 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 20:30:50 +0000 |
commit | f4a1e022c0d267b40fde97c90402277490d4eb4f (patch) | |
tree | 55da60aef1b2c32d67ec2312379a244877492550 /deskutils | |
parent | 0798d61585c1bb62d7fe58a74250b3d4b59388b0 (diff) | |
download | ports-f4a1e022c0d267b40fde97c90402277490d4eb4f.tar.gz ports-f4a1e022c0d267b40fde97c90402277490d4eb4f.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-generic-slider/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/deskutils/xfce4-generic-slider/Makefile b/deskutils/xfce4-generic-slider/Makefile index c5059eaf7cac..6f4af082e45d 100644 --- a/deskutils/xfce4-generic-slider/Makefile +++ b/deskutils/xfce4-generic-slider/Makefile @@ -18,7 +18,6 @@ USE_XFCE= panel libutil libgui CFLAGS+= `pkg-config --cflags libxfce4panel-1.0 libxfcegui4-1.0` LDFLAGS+= `pkg-config --libs libxfce4panel-1.0 libxfcegui4-1.0` -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ "s|@PLUGINDIR@|${PREFIX}/lib/xfce4/xfce4/panel-plugins|" \ @@ -31,11 +30,11 @@ do-build: -o ${WRKSRC}/xfce4-generic-slider-plugin do-install: - ${MKDIR} ${PREFIX}/share/xfce4/panel-plugins - ${MKDIR} ${PREFIX}/lib/xfce4/xfce4/panel-plugins + ${MKDIR} ${STAGEDIR}${PREFIX}/share/xfce4/panel-plugins + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xfce4/xfce4/panel-plugins ${INSTALL_DATA} ${WRKSRC}/generic-slider.desktop \ - ${PREFIX}/share/xfce4/panel-plugins + ${STAGEDIR}${PREFIX}/share/xfce4/panel-plugins ${INSTALL_PROGRAM} ${WRKSRC}/xfce4-generic-slider-plugin \ - ${PREFIX}/lib/xfce4/xfce4/panel-plugins + ${STAGEDIR}${PREFIX}/lib/xfce4/xfce4/panel-plugins .include <bsd.port.mk> |