summaryrefslogtreecommitdiff
path: root/www/firefox36/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-24 18:36:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-24 18:36:02 +0000
commitf37483ee74e626199193683c0fd9cb7c1317fa60 (patch)
tree261ea6d2e1beaa73431acb5f09ce260b51220c69 /www/firefox36/Makefile
parentupdate gftp to 2.0.15.rc1 (diff)
Create a static plist file to fix the package building problem with the
new install mk code. However, keep Alan's plist generating code around since it's cool, and it helps maintainers quickly generate a new plist. PR: 54795 54799
Notes
Notes: svn path=/head/; revision=85537
Diffstat (limited to 'www/firefox36/Makefile')
-rw-r--r--www/firefox36/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile
index 21520ae2d258..de18965f972d 100644
--- a/www/firefox36/Makefile
+++ b/www/firefox36/Makefile
@@ -56,7 +56,6 @@ PLUGINSDIR= ${PREFIX}/lib/browser_plugins
#.endif # ${PERL_LEVEL} < 500601
SORT?=/usr/bin/sort
-PLIST=${WRKDIR}/plist
.if defined(WITH_DEBUG)
WITH_LOGGING= yes
@@ -108,10 +107,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/build/unix/run-mozilla.sh
-post-build:
- ${RM} -f ${PLIST}
- ${TOUCH} ${PLIST}
-
pre-install:
${RM} -fr ${LOCAL_PREFIX}
-${MKDIR} ${PLUGINSDIR}
@@ -144,6 +139,7 @@ cleanup-install:
cons-plist:
-${RM} -f ${PLIST}
+ ${TOUCH} ${PLIST}
${ECHO_CMD} bin/firebird >>${PLIST}
${ECHO_CMD} bin/MozillaFirebird >>${PLIST}
${ECHO_CMD} bin/firebird-config >>${PLIST}
@@ -171,6 +167,6 @@ cons-plist:
# dependency without trashing the actual code of the generate-plist
# target. This is a limitation of the make(1) program itself.
# </alane>
-generate-plist: install-extra link-bins link-java cleanup-install cons-plist
+generate-plist: install-extra link-bins link-java cleanup-install
#EOF