summaryrefslogtreecommitdiff
path: root/www/mozilla-headers/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-13 09:15:59 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-13 09:15:59 +0000
commitf93e60ab7f490bb793402bb02c3893c92d6f9684 (patch)
treed05c17104d9fb35a2695892c9d466e206d0c2213 /www/mozilla-headers/Makefile
parentDo ${LN} -fs instead of just ${LN} -s to make portupgrade happy. (diff)
Several cleanups:
- remove local hack used to build PSM and use vendor-supplied procedure instead; - remove superfluous chmod; - remove several leftovers from mozilla-headers/Makefile. Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>, sobomax
Notes
Notes: svn path=/head/; revision=43934
Diffstat (limited to '')
-rw-r--r--www/mozilla-headers/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/www/mozilla-headers/Makefile b/www/mozilla-headers/Makefile
index 7986333a73fd..6d584cc42f88 100644
--- a/www/mozilla-headers/Makefile
+++ b/www/mozilla-headers/Makefile
@@ -22,20 +22,14 @@ MAINDIR= ${.CURDIR}/../mozilla
PORTVERSION!= ${PORTVERSION}
PORTREVISION!= ${PORTREVISION}
PORTEPOCH!= ${PORTEPOCH}
-RUN_DEPENDS!= ${RUN_DEPENDS}
-LIB_DEPENDS!= ${LIB_DEPENDS}
WRKSRC= ${WRKDIRPREFIX}${MAINDIR}/work/mozilla
USE_GMAKE= yes
ALL_TARGET= export
-post-build:
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} BUILD_MODULES=psm \
- ${ALL_TARGET}
-
do-install:
${MKDIR} ${PREFIX}/include/mozilla
${CHMOD} 755 ${PREFIX}/include/mozilla
- cd ${WRKSRC}/dist/include && ${TAR} -chf - . | \
- ${TAR} --unlink -xf - -C ${PREFIX}/include/mozilla
+ ${TAR} -C ${WRKSRC}/dist/include -chf - . | \
+ ${TAR} -C ${PREFIX}/include/mozilla --unlink -xf -
.include <bsd.port.mk>