diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-29 14:01:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-29 14:01:09 +0000 |
commit | a29aa260520d111b8bade7fc48cb659203e61476 (patch) | |
tree | 5262b52dd2244af9561ca5a25b8371adb6d24bde /x11/gnome-clipboard-daemon | |
parent | 8ef8fdcdca1b9db18de1463374368c6a32e3182f (diff) | |
download | ports-a29aa260520d111b8bade7fc48cb659203e61476.tar.gz ports-a29aa260520d111b8bade7fc48cb659203e61476.zip |
Notes
Diffstat (limited to 'x11/gnome-clipboard-daemon')
-rw-r--r-- | x11/gnome-clipboard-daemon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 <bsd.port.mk> |