mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Add comments explaining the installation process.
This commit is contained in:
parent
0512440803
commit
075bf4ee3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100715
@ -93,6 +93,8 @@ pre-extract::
|
||||
@${ECHO_MSG}
|
||||
|
||||
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}|' \
|
||||
-e 's|@CFLAGS@|${CFLAGS}|' \
|
||||
-e 's|@LDFLAGS@|${LDFLAGS}|' \
|
||||
@ -122,6 +124,9 @@ post-patch:
|
||||
${WRKSRC}/calendar/sunbird/app/profile/all.js
|
||||
|
||||
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}
|
||||
@${MKDIR} ${FAKEDIR}/lib/browser_plugins
|
||||
@${TOUCH} ${PLIST}
|
||||
@ -148,6 +153,8 @@ pre-install:
|
||||
${GREP} / >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
# This is the actual installation. First, the contents of FAKEDIR are
|
||||
# just copied to PREFIX.
|
||||
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
|
||||
|
||||
post-install:
|
||||
|
@ -93,6 +93,8 @@ pre-extract::
|
||||
@${ECHO_MSG}
|
||||
|
||||
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}|' \
|
||||
-e 's|@CFLAGS@|${CFLAGS}|' \
|
||||
-e 's|@LDFLAGS@|${LDFLAGS}|' \
|
||||
@ -122,6 +124,9 @@ post-patch:
|
||||
${WRKSRC}/calendar/sunbird/app/profile/all.js
|
||||
|
||||
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}
|
||||
@${MKDIR} ${FAKEDIR}/lib/browser_plugins
|
||||
@${TOUCH} ${PLIST}
|
||||
@ -148,6 +153,8 @@ pre-install:
|
||||
${GREP} / >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
# This is the actual installation. First, the contents of FAKEDIR are
|
||||
# just copied to PREFIX.
|
||||
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
|
||||
|
||||
post-install:
|
||||
|
@ -93,6 +93,8 @@ pre-extract::
|
||||
@${ECHO_MSG}
|
||||
|
||||
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}|' \
|
||||
-e 's|@CFLAGS@|${CFLAGS}|' \
|
||||
-e 's|@LDFLAGS@|${LDFLAGS}|' \
|
||||
@ -122,6 +124,9 @@ post-patch:
|
||||
${WRKSRC}/calendar/sunbird/app/profile/all.js
|
||||
|
||||
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}
|
||||
@${MKDIR} ${FAKEDIR}/lib/browser_plugins
|
||||
@${TOUCH} ${PLIST}
|
||||
@ -148,6 +153,8 @@ pre-install:
|
||||
${GREP} / >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
# This is the actual installation. First, the contents of FAKEDIR are
|
||||
# just copied to PREFIX.
|
||||
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
|
||||
|
||||
post-install:
|
||||
|
@ -93,6 +93,8 @@ pre-extract::
|
||||
@${ECHO_MSG}
|
||||
|
||||
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}|' \
|
||||
-e 's|@CFLAGS@|${CFLAGS}|' \
|
||||
-e 's|@LDFLAGS@|${LDFLAGS}|' \
|
||||
@ -122,6 +124,9 @@ post-patch:
|
||||
${WRKSRC}/calendar/sunbird/app/profile/all.js
|
||||
|
||||
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}
|
||||
@${MKDIR} ${FAKEDIR}/lib/browser_plugins
|
||||
@${TOUCH} ${PLIST}
|
||||
@ -148,6 +153,8 @@ pre-install:
|
||||
${GREP} / >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
# This is the actual installation. First, the contents of FAKEDIR are
|
||||
# just copied to PREFIX.
|
||||
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
|
||||
|
||||
post-install:
|
||||
|
@ -93,6 +93,8 @@ pre-extract::
|
||||
@${ECHO_MSG}
|
||||
|
||||
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}|' \
|
||||
-e 's|@CFLAGS@|${CFLAGS}|' \
|
||||
-e 's|@LDFLAGS@|${LDFLAGS}|' \
|
||||
@ -122,6 +124,9 @@ post-patch:
|
||||
${WRKSRC}/calendar/sunbird/app/profile/all.js
|
||||
|
||||
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}
|
||||
@${MKDIR} ${FAKEDIR}/lib/browser_plugins
|
||||
@${TOUCH} ${PLIST}
|
||||
@ -148,6 +153,8 @@ pre-install:
|
||||
${GREP} / >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
# This is the actual installation. First, the contents of FAKEDIR are
|
||||
# just copied to PREFIX.
|
||||
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
|
||||
|
||||
post-install:
|
||||
|
@ -93,6 +93,8 @@ pre-extract::
|
||||
@${ECHO_MSG}
|
||||
|
||||
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}|' \
|
||||
-e 's|@CFLAGS@|${CFLAGS}|' \
|
||||
-e 's|@LDFLAGS@|${LDFLAGS}|' \
|
||||
@ -122,6 +124,9 @@ post-patch:
|
||||
${WRKSRC}/calendar/sunbird/app/profile/all.js
|
||||
|
||||
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}
|
||||
@${MKDIR} ${FAKEDIR}/lib/browser_plugins
|
||||
@${TOUCH} ${PLIST}
|
||||
@ -148,6 +153,8 @@ pre-install:
|
||||
${GREP} / >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
# This is the actual installation. First, the contents of FAKEDIR are
|
||||
# just copied to PREFIX.
|
||||
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
|
||||
|
||||
post-install:
|
||||
|
@ -93,6 +93,8 @@ pre-extract::
|
||||
@${ECHO_MSG}
|
||||
|
||||
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}|' \
|
||||
-e 's|@CFLAGS@|${CFLAGS}|' \
|
||||
-e 's|@LDFLAGS@|${LDFLAGS}|' \
|
||||
@ -122,6 +124,9 @@ post-patch:
|
||||
${WRKSRC}/calendar/sunbird/app/profile/all.js
|
||||
|
||||
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}
|
||||
@${MKDIR} ${FAKEDIR}/lib/browser_plugins
|
||||
@${TOUCH} ${PLIST}
|
||||
@ -148,6 +153,8 @@ pre-install:
|
||||
${GREP} / >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
# This is the actual installation. First, the contents of FAKEDIR are
|
||||
# just copied to PREFIX.
|
||||
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
|
||||
|
||||
post-install:
|
||||
|
@ -93,6 +93,8 @@ pre-extract::
|
||||
@${ECHO_MSG}
|
||||
|
||||
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}|' \
|
||||
-e 's|@CFLAGS@|${CFLAGS}|' \
|
||||
-e 's|@LDFLAGS@|${LDFLAGS}|' \
|
||||
@ -122,6 +124,9 @@ post-patch:
|
||||
${WRKSRC}/calendar/sunbird/app/profile/all.js
|
||||
|
||||
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}
|
||||
@${MKDIR} ${FAKEDIR}/lib/browser_plugins
|
||||
@${TOUCH} ${PLIST}
|
||||
@ -148,6 +153,8 @@ pre-install:
|
||||
${GREP} / >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
# This is the actual installation. First, the contents of FAKEDIR are
|
||||
# just copied to PREFIX.
|
||||
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
|
||||
|
||||
post-install:
|
||||
|
@ -93,6 +93,8 @@ pre-extract::
|
||||
@${ECHO_MSG}
|
||||
|
||||
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}|' \
|
||||
-e 's|@CFLAGS@|${CFLAGS}|' \
|
||||
-e 's|@LDFLAGS@|${LDFLAGS}|' \
|
||||
@ -122,6 +124,9 @@ post-patch:
|
||||
${WRKSRC}/calendar/sunbird/app/profile/all.js
|
||||
|
||||
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}
|
||||
@${MKDIR} ${FAKEDIR}/lib/browser_plugins
|
||||
@${TOUCH} ${PLIST}
|
||||
@ -148,6 +153,8 @@ pre-install:
|
||||
${GREP} / >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
# This is the actual installation. First, the contents of FAKEDIR are
|
||||
# just copied to PREFIX.
|
||||
cd ${FAKEDIR} && ${FIND} * | ${CPIO} -dmp --quiet ${PREFIX}
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user