diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-08-15 18:56:30 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-08-15 18:56:30 +0000 |
commit | 5fb1f723108ed69d3b4df5c2a2f6ffe760aea481 (patch) | |
tree | ce798ebfae9ec719235617db0aca7f54cc727a5f /net-im | |
parent | 0ecef4ad105b362f67668139ab155ea1a9d9064e (diff) | |
download | ports-5fb1f723108ed69d3b4df5c2a2f6ffe760aea481.tar.gz ports-5fb1f723108ed69d3b4df5c2a2f6ffe760aea481.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 71a1439620ec..4a3fe53beecd 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -56,6 +56,10 @@ post-build: ${SETENV} ${MAKE_ENV} \ ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) +pre-install: + ${RM} -rf ${PREFIX}/share/licq + ${MKDIR} -m 700 ${PREFIX}/share/licq + post-install: strip ${PREFIX}/bin/licq cd ${WRKSRC}/plugins/qt-gui;\ @@ -72,5 +76,7 @@ post-install: ${MKDIR} ${PREFIX}/share/licq/qt-gui cd ${DATADIR}/qt-gui && ${TAR} -chf - * | \ ${TAR} -xf - -C ${PREFIX}/share/licq/qt-gui + ${CHMOD} -R a-w ${PREFIX}/share/licq + ${CHMOD} 555 ${PREFIX}/share/licq .include <bsd.port.mk> |