diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-29 23:13:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-29 23:13:37 +0800 |
commit | 236b4645a131e38b38671831d2b53c657358d631 (patch) | |
tree | a832885005978d183e443998c31b2336e953e00a /x11-clocks | |
parent | 306c38bd1dc460f2935afb4259c7774c4d7af90d (diff) | |
download | freebsd-ports-gnome-236b4645a131e38b38671831d2b53c657358d631.tar.gz freebsd-ports-gnome-236b4645a131e38b38671831d2b53c657358d631.tar.zst freebsd-ports-gnome-236b4645a131e38b38671831d2b53c657358d631.zip |
Stage support
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/abclock/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-clocks/abclock/Makefile b/x11-clocks/abclock/Makefile index 8203f0578e4c..b0f26b8bc565 100644 --- a/x11-clocks/abclock/Makefile +++ b/x11-clocks/abclock/Makefile @@ -16,9 +16,8 @@ MAKE_ARGS= CC="${CC}" OPT="${CFLAGS}" USE_XORG= x11 xau xdmcp -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/abclock ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/abc_img ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/abclock ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/abc_img ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |