From 947baf24c21feb21c37459724c00f800167d7915 Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 29 Dec 2013 14:01:09 +0000 Subject: Stage support --- x11/gnome-clipboard-daemon/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'x11/gnome-clipboard-daemon') diff --git a/x11/gnome-clipboard-daemon/Makefile b/x11/gnome-clipboard-daemon/Makefile index 2e33760ceb7e..4f167ed38b32 100644 --- a/x11/gnome-clipboard-daemon/Makefile +++ b/x11/gnome-clipboard-daemon/Makefile @@ -18,7 +18,6 @@ USE_GNOME= gtk20 PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^CC=|CC?=| ; \ @@ -26,6 +25,6 @@ post-patch: s|-o clipboard-daemon |-o ${PORTNAME} |' ${WRKSRC}/Makefile do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include -- cgit