View | Details | Raw Unified | Return to bug 155406
Collapse All | Expand All

(-)ports/Mk/bsd.port.mk (-2 / +7 lines)
Lines 4431-4438 Link Here
4431
				install-desktop-entries install-license \
4431
				install-desktop-entries install-license \
4432
				post-install post-install-script add-plist-info \
4432
				post-install post-install-script add-plist-info \
4433
				add-plist-docs add-plist-examples add-plist-data \
4433
				add-plist-docs add-plist-examples add-plist-data \
4434
				add-plist-post install-rc-script compress-man \
4434
				add-plist-post post-add-script install-rc-script \
4435
				install-ldconfig-file fake-pkg security-check
4435
				compress-man install-ldconfig-file fake-pkg security-check
4436
_PACKAGE_DEP=	install
4436
_PACKAGE_DEP=	install
4437
_PACKAGE_SEQ=	package-message pre-package pre-package-script \
4437
_PACKAGE_SEQ=	package-message pre-package pre-package-script \
4438
				do-package post-package-script
4438
				do-package post-package-script
Lines 4525-4530 Link Here
4525
4525
4526
# Empty pre-* and post-* targets
4526
# Empty pre-* and post-* targets
4527
4527
4528
.if !target(post-add-script)
4529
post-add-script:
4530
		@${DO_NADA}
4531
.endif
4532
4528
.for stage in pre post
4533
.for stage in pre post
4529
.for name in check-sanity fetch extract patch configure build install package
4534
.for name in check-sanity fetch extract patch configure build install package

Return to bug 155406