diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-29 22:01:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-29 22:01:09 +0800 |
commit | 947baf24c21feb21c37459724c00f800167d7915 (patch) | |
tree | 5262b52dd2244af9561ca5a25b8371adb6d24bde /x11/gnome-clipboard-daemon | |
parent | b91407f092a6c928b927ea6e3cc10d8e2f74ab2b (diff) | |
download | freebsd-ports-gnome-947baf24c21feb21c37459724c00f800167d7915.tar.gz freebsd-ports-gnome-947baf24c21feb21c37459724c00f800167d7915.tar.zst freebsd-ports-gnome-947baf24c21feb21c37459724c00f800167d7915.zip |
Stage support
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> |