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

(-)bsd.port.mk (+9 lines)
Lines 3555-3560 Link Here
3555
_INSTALL_SUSEQ= check-umask install-mtree pre-su-install \
3555
_INSTALL_SUSEQ= check-umask install-mtree pre-su-install \
3556
				pre-su-install-script do-install post-install \
3556
				pre-su-install-script do-install post-install \
3557
				post-install-script add-plist-info add-plist-docs \
3557
				post-install-script add-plist-info add-plist-docs \
3558
				add-plist-perl \
3558
				compress-man run-ldconfig fake-pkg security-check
3559
				compress-man run-ldconfig fake-pkg security-check
3559
_PACKAGE_DEP=	install
3560
_PACKAGE_DEP=	install
3560
_PACKAGE_SEQ=	package-message pre-package pre-package-script \
3561
_PACKAGE_SEQ=	package-message pre-package pre-package-script \
Lines 4658-4663 Link Here
4658
.endfor
4659
.endfor
4659
.if !defined(NO_MTREE)
4660
.if !defined(NO_MTREE)
4660
	@${ECHO_CMD} "@unexec if [ -f %D/${INFO_PATH}/dir ]; then if sed -e '1,/Menu:/d' %D/${INFO_PATH}/dir | grep -q '^[*] '; then true; else rm %D/${INFO_PATH}/dir; fi; fi" >> ${TMPPLIST}
4661
	@${ECHO_CMD} "@unexec if [ -f %D/${INFO_PATH}/dir ]; then if sed -e '1,/Menu:/d' %D/${INFO_PATH}/dir | grep -q '^[*] '; then true; else rm %D/${INFO_PATH}/dir; fi; fi" >> ${TMPPLIST}
4662
.endif
4663
4664
# Remove perl arch-depended directory if it's empty.
4665
.if !target(add-plist-perl)
4666
add-plist-perl:
4667
.if defined(PERL_CONFIGURE)
4668
	${ECHO_CMD} "@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true" >> ${TMPPLIST}
4669
.endif
4661
.endif
4670
.endif
4662
4671
4663
# Compress (or uncompress) and symlink manpages.
4672
# Compress (or uncompress) and symlink manpages.

Return to bug 71390