Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Only run post-install when staging |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7148a3f2331316d17c5c10222667f08a |
User & Date: | bdrewery 2012-06-09 15:04:12 |
Context
2012-06-09
| ||
18:03 | Sync with latest from ports tree check-in: 69d70f5c25 user: bapt tags: trunk | |
15:04 | Only run post-install when staging check-in: 7148a3f233 user: bdrewery tags: trunk | |
2012-06-08
| ||
21:54 | Fix %B not having PREFIX and optimize to not depend on basename(1)/dirname(1) check-in: ae24127af2 user: bdrewery tags: trunk | |
Changes
Changes to ports/Mk/bsd.port.mk.
4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 |
_INSTALL_DEP= build
_INSTALL_SEQ= install-message check-install-conflicts run-depends lib-depends apply-slist pre-install \
pre-install-script generate-plist check-already-installed
_INSTALL_SUSEQ= check-umask install-mtree pre-su-install \
pre-su-install-script create-users-groups do-install \
install-desktop-entries \
post-install post-install-script add-plist-info \
add-plist-docs add-plist-examples add-plist-data \
add-plist-post fix-plist-sequence compress-man \
install-ldconfig-file fake-pkg security-check
_PACKAGE_DEP= install
_PACKAGE_SEQ= package-message pre-package pre-package-script \
do-package post-package-script
|
| |
4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 |
_INSTALL_DEP= build _INSTALL_SEQ= install-message check-install-conflicts run-depends lib-depends apply-slist pre-install \ pre-install-script generate-plist check-already-installed _INSTALL_SUSEQ= check-umask install-mtree pre-su-install \ pre-su-install-script create-users-groups do-install \ install-desktop-entries \ post-install-script add-plist-info \ add-plist-docs add-plist-examples add-plist-data \ add-plist-post fix-plist-sequence compress-man \ install-ldconfig-file fake-pkg security-check _PACKAGE_DEP= install _PACKAGE_SEQ= package-message pre-package pre-package-script \ do-package post-package-script |