1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Add comments explaining the installation process.

This commit is contained in:
Trevor Johnson 2004-02-11 22:02:15 +00:00
parent 0512440803
commit 075bf4ee3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100715
9 changed files with 63 additions and 0 deletions

View File

@ -93,6 +93,8 @@ pre-extract::
@${ECHO_MSG} @${ECHO_MSG}
post-extract:: post-extract::
# FAKEDIR is here so that nsinstall will install under FAKEDIR, not
# under PREFIX. See pre-install and do-install for details.
@${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \
-e 's|@CFLAGS@|${CFLAGS}|' \ -e 's|@CFLAGS@|${CFLAGS}|' \
-e 's|@LDFLAGS@|${LDFLAGS}|' \ -e 's|@LDFLAGS@|${LDFLAGS}|' \
@ -122,6 +124,9 @@ post-patch:
${WRKSRC}/calendar/sunbird/app/profile/all.js ${WRKSRC}/calendar/sunbird/app/profile/all.js
pre-install: pre-install:
# Overview: the program installs itself in FAKEDIR, then a list is made of the
# files and directories in there. This is the PLIST (packing list) for the
# package, replacing the traditional pkg-plist file.
@${RM} -rf ${FAKEDIR} ${PLIST} @${RM} -rf ${FAKEDIR} ${PLIST}
@${MKDIR} ${FAKEDIR}/lib/browser_plugins @${MKDIR} ${FAKEDIR}/lib/browser_plugins
@${TOUCH} ${PLIST} @${TOUCH} ${PLIST}
@ -148,6 +153,8 @@ pre-install:
${GREP} / >> ${PLIST} ${GREP} / >> ${PLIST}
do-install: do-install:
# This is the actual installation. First, the contents of FAKEDIR are
# just copied to PREFIX.
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX} cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
post-install: post-install:

View File

@ -93,6 +93,8 @@ pre-extract::
@${ECHO_MSG} @${ECHO_MSG}
post-extract:: post-extract::
# FAKEDIR is here so that nsinstall will install under FAKEDIR, not
# under PREFIX. See pre-install and do-install for details.
@${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \
-e 's|@CFLAGS@|${CFLAGS}|' \ -e 's|@CFLAGS@|${CFLAGS}|' \
-e 's|@LDFLAGS@|${LDFLAGS}|' \ -e 's|@LDFLAGS@|${LDFLAGS}|' \
@ -122,6 +124,9 @@ post-patch:
${WRKSRC}/calendar/sunbird/app/profile/all.js ${WRKSRC}/calendar/sunbird/app/profile/all.js
pre-install: pre-install:
# Overview: the program installs itself in FAKEDIR, then a list is made of the
# files and directories in there. This is the PLIST (packing list) for the
# package, replacing the traditional pkg-plist file.
@${RM} -rf ${FAKEDIR} ${PLIST} @${RM} -rf ${FAKEDIR} ${PLIST}
@${MKDIR} ${FAKEDIR}/lib/browser_plugins @${MKDIR} ${FAKEDIR}/lib/browser_plugins
@${TOUCH} ${PLIST} @${TOUCH} ${PLIST}
@ -148,6 +153,8 @@ pre-install:
${GREP} / >> ${PLIST} ${GREP} / >> ${PLIST}
do-install: do-install:
# This is the actual installation. First, the contents of FAKEDIR are
# just copied to PREFIX.
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX} cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
post-install: post-install:

View File

@ -93,6 +93,8 @@ pre-extract::
@${ECHO_MSG} @${ECHO_MSG}
post-extract:: post-extract::
# FAKEDIR is here so that nsinstall will install under FAKEDIR, not
# under PREFIX. See pre-install and do-install for details.
@${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \
-e 's|@CFLAGS@|${CFLAGS}|' \ -e 's|@CFLAGS@|${CFLAGS}|' \
-e 's|@LDFLAGS@|${LDFLAGS}|' \ -e 's|@LDFLAGS@|${LDFLAGS}|' \
@ -122,6 +124,9 @@ post-patch:
${WRKSRC}/calendar/sunbird/app/profile/all.js ${WRKSRC}/calendar/sunbird/app/profile/all.js
pre-install: pre-install:
# Overview: the program installs itself in FAKEDIR, then a list is made of the
# files and directories in there. This is the PLIST (packing list) for the
# package, replacing the traditional pkg-plist file.
@${RM} -rf ${FAKEDIR} ${PLIST} @${RM} -rf ${FAKEDIR} ${PLIST}
@${MKDIR} ${FAKEDIR}/lib/browser_plugins @${MKDIR} ${FAKEDIR}/lib/browser_plugins
@${TOUCH} ${PLIST} @${TOUCH} ${PLIST}
@ -148,6 +153,8 @@ pre-install:
${GREP} / >> ${PLIST} ${GREP} / >> ${PLIST}
do-install: do-install:
# This is the actual installation. First, the contents of FAKEDIR are
# just copied to PREFIX.
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX} cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
post-install: post-install:

View File

@ -93,6 +93,8 @@ pre-extract::
@${ECHO_MSG} @${ECHO_MSG}
post-extract:: post-extract::
# FAKEDIR is here so that nsinstall will install under FAKEDIR, not
# under PREFIX. See pre-install and do-install for details.
@${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \
-e 's|@CFLAGS@|${CFLAGS}|' \ -e 's|@CFLAGS@|${CFLAGS}|' \
-e 's|@LDFLAGS@|${LDFLAGS}|' \ -e 's|@LDFLAGS@|${LDFLAGS}|' \
@ -122,6 +124,9 @@ post-patch:
${WRKSRC}/calendar/sunbird/app/profile/all.js ${WRKSRC}/calendar/sunbird/app/profile/all.js
pre-install: pre-install:
# Overview: the program installs itself in FAKEDIR, then a list is made of the
# files and directories in there. This is the PLIST (packing list) for the
# package, replacing the traditional pkg-plist file.
@${RM} -rf ${FAKEDIR} ${PLIST} @${RM} -rf ${FAKEDIR} ${PLIST}
@${MKDIR} ${FAKEDIR}/lib/browser_plugins @${MKDIR} ${FAKEDIR}/lib/browser_plugins
@${TOUCH} ${PLIST} @${TOUCH} ${PLIST}
@ -148,6 +153,8 @@ pre-install:
${GREP} / >> ${PLIST} ${GREP} / >> ${PLIST}
do-install: do-install:
# This is the actual installation. First, the contents of FAKEDIR are
# just copied to PREFIX.
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX} cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
post-install: post-install:

View File

@ -93,6 +93,8 @@ pre-extract::
@${ECHO_MSG} @${ECHO_MSG}
post-extract:: post-extract::
# FAKEDIR is here so that nsinstall will install under FAKEDIR, not
# under PREFIX. See pre-install and do-install for details.
@${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \
-e 's|@CFLAGS@|${CFLAGS}|' \ -e 's|@CFLAGS@|${CFLAGS}|' \
-e 's|@LDFLAGS@|${LDFLAGS}|' \ -e 's|@LDFLAGS@|${LDFLAGS}|' \
@ -122,6 +124,9 @@ post-patch:
${WRKSRC}/calendar/sunbird/app/profile/all.js ${WRKSRC}/calendar/sunbird/app/profile/all.js
pre-install: pre-install:
# Overview: the program installs itself in FAKEDIR, then a list is made of the
# files and directories in there. This is the PLIST (packing list) for the
# package, replacing the traditional pkg-plist file.
@${RM} -rf ${FAKEDIR} ${PLIST} @${RM} -rf ${FAKEDIR} ${PLIST}
@${MKDIR} ${FAKEDIR}/lib/browser_plugins @${MKDIR} ${FAKEDIR}/lib/browser_plugins
@${TOUCH} ${PLIST} @${TOUCH} ${PLIST}
@ -148,6 +153,8 @@ pre-install:
${GREP} / >> ${PLIST} ${GREP} / >> ${PLIST}
do-install: do-install:
# This is the actual installation. First, the contents of FAKEDIR are
# just copied to PREFIX.
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX} cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
post-install: post-install:

View File

@ -93,6 +93,8 @@ pre-extract::
@${ECHO_MSG} @${ECHO_MSG}
post-extract:: post-extract::
# FAKEDIR is here so that nsinstall will install under FAKEDIR, not
# under PREFIX. See pre-install and do-install for details.
@${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \
-e 's|@CFLAGS@|${CFLAGS}|' \ -e 's|@CFLAGS@|${CFLAGS}|' \
-e 's|@LDFLAGS@|${LDFLAGS}|' \ -e 's|@LDFLAGS@|${LDFLAGS}|' \
@ -122,6 +124,9 @@ post-patch:
${WRKSRC}/calendar/sunbird/app/profile/all.js ${WRKSRC}/calendar/sunbird/app/profile/all.js
pre-install: pre-install:
# Overview: the program installs itself in FAKEDIR, then a list is made of the
# files and directories in there. This is the PLIST (packing list) for the
# package, replacing the traditional pkg-plist file.
@${RM} -rf ${FAKEDIR} ${PLIST} @${RM} -rf ${FAKEDIR} ${PLIST}
@${MKDIR} ${FAKEDIR}/lib/browser_plugins @${MKDIR} ${FAKEDIR}/lib/browser_plugins
@${TOUCH} ${PLIST} @${TOUCH} ${PLIST}
@ -148,6 +153,8 @@ pre-install:
${GREP} / >> ${PLIST} ${GREP} / >> ${PLIST}
do-install: do-install:
# This is the actual installation. First, the contents of FAKEDIR are
# just copied to PREFIX.
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX} cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
post-install: post-install:

View File

@ -93,6 +93,8 @@ pre-extract::
@${ECHO_MSG} @${ECHO_MSG}
post-extract:: post-extract::
# FAKEDIR is here so that nsinstall will install under FAKEDIR, not
# under PREFIX. See pre-install and do-install for details.
@${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \
-e 's|@CFLAGS@|${CFLAGS}|' \ -e 's|@CFLAGS@|${CFLAGS}|' \
-e 's|@LDFLAGS@|${LDFLAGS}|' \ -e 's|@LDFLAGS@|${LDFLAGS}|' \
@ -122,6 +124,9 @@ post-patch:
${WRKSRC}/calendar/sunbird/app/profile/all.js ${WRKSRC}/calendar/sunbird/app/profile/all.js
pre-install: pre-install:
# Overview: the program installs itself in FAKEDIR, then a list is made of the
# files and directories in there. This is the PLIST (packing list) for the
# package, replacing the traditional pkg-plist file.
@${RM} -rf ${FAKEDIR} ${PLIST} @${RM} -rf ${FAKEDIR} ${PLIST}
@${MKDIR} ${FAKEDIR}/lib/browser_plugins @${MKDIR} ${FAKEDIR}/lib/browser_plugins
@${TOUCH} ${PLIST} @${TOUCH} ${PLIST}
@ -148,6 +153,8 @@ pre-install:
${GREP} / >> ${PLIST} ${GREP} / >> ${PLIST}
do-install: do-install:
# This is the actual installation. First, the contents of FAKEDIR are
# just copied to PREFIX.
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX} cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
post-install: post-install:

View File

@ -93,6 +93,8 @@ pre-extract::
@${ECHO_MSG} @${ECHO_MSG}
post-extract:: post-extract::
# FAKEDIR is here so that nsinstall will install under FAKEDIR, not
# under PREFIX. See pre-install and do-install for details.
@${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \
-e 's|@CFLAGS@|${CFLAGS}|' \ -e 's|@CFLAGS@|${CFLAGS}|' \
-e 's|@LDFLAGS@|${LDFLAGS}|' \ -e 's|@LDFLAGS@|${LDFLAGS}|' \
@ -122,6 +124,9 @@ post-patch:
${WRKSRC}/calendar/sunbird/app/profile/all.js ${WRKSRC}/calendar/sunbird/app/profile/all.js
pre-install: pre-install:
# Overview: the program installs itself in FAKEDIR, then a list is made of the
# files and directories in there. This is the PLIST (packing list) for the
# package, replacing the traditional pkg-plist file.
@${RM} -rf ${FAKEDIR} ${PLIST} @${RM} -rf ${FAKEDIR} ${PLIST}
@${MKDIR} ${FAKEDIR}/lib/browser_plugins @${MKDIR} ${FAKEDIR}/lib/browser_plugins
@${TOUCH} ${PLIST} @${TOUCH} ${PLIST}
@ -148,6 +153,8 @@ pre-install:
${GREP} / >> ${PLIST} ${GREP} / >> ${PLIST}
do-install: do-install:
# This is the actual installation. First, the contents of FAKEDIR are
# just copied to PREFIX.
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX} cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
post-install: post-install:

View File

@ -93,6 +93,8 @@ pre-extract::
@${ECHO_MSG} @${ECHO_MSG}
post-extract:: post-extract::
# FAKEDIR is here so that nsinstall will install under FAKEDIR, not
# under PREFIX. See pre-install and do-install for details.
@${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \
-e 's|@CFLAGS@|${CFLAGS}|' \ -e 's|@CFLAGS@|${CFLAGS}|' \
-e 's|@LDFLAGS@|${LDFLAGS}|' \ -e 's|@LDFLAGS@|${LDFLAGS}|' \
@ -122,6 +124,9 @@ post-patch:
${WRKSRC}/calendar/sunbird/app/profile/all.js ${WRKSRC}/calendar/sunbird/app/profile/all.js
pre-install: pre-install:
# Overview: the program installs itself in FAKEDIR, then a list is made of the
# files and directories in there. This is the PLIST (packing list) for the
# package, replacing the traditional pkg-plist file.
@${RM} -rf ${FAKEDIR} ${PLIST} @${RM} -rf ${FAKEDIR} ${PLIST}
@${MKDIR} ${FAKEDIR}/lib/browser_plugins @${MKDIR} ${FAKEDIR}/lib/browser_plugins
@${TOUCH} ${PLIST} @${TOUCH} ${PLIST}
@ -148,6 +153,8 @@ pre-install:
${GREP} / >> ${PLIST} ${GREP} / >> ${PLIST}
do-install: do-install:
# This is the actual installation. First, the contents of FAKEDIR are
# just copied to PREFIX.
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX} cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
post-install: post-install: