diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-06-10 05:09:09 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-06-10 05:09:09 +0000 |
commit | 100908c86d8c84f497ace60f77cfe9fe1ddf7697 (patch) | |
tree | 091476d27bee37900c0f1de70b48facd9034bcfe /x11/props/Makefile | |
parent | 05787bce7b02279f43ec2602fc4c4ae7152a894f (diff) | |
download | ports-100908c86d8c84f497ace60f77cfe9fe1ddf7697.tar.gz ports-100908c86d8c84f497ace60f77cfe9fe1ddf7697.zip |
Notes
Diffstat (limited to 'x11/props/Makefile')
-rw-r--r-- | x11/props/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/props/Makefile b/x11/props/Makefile index 0688756effed..19abcb3f1fe6 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -14,7 +14,7 @@ COMMENT= The OpenLook props application CONFLICTS= xview-clients-3.2.1.4.19* -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview +LIB_DEPENDS= libxview.so:${PORTSDIR}/x11-toolkits/xview MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/props @@ -22,9 +22,8 @@ USES= imake USE_XORG= x11 xext MAKE_ARGS= INFOFILES="" -NO_STAGE= yes post-install: - ${MKDIR} ${PREFIX}/lib/X11/locale/C/props; \ - ${INSTALL_DATA} ${WRKSRC}/C/* ${PREFIX}/lib/X11/locale/C/props + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/locale/C/props; \ + ${INSTALL_DATA} ${WRKSRC}/C/* ${STAGEDIR}${PREFIX}/lib/X11/locale/C/props .include <bsd.port.mk> |