diff options
author | mat <mat@FreeBSD.org> | 2014-06-11 06:15:11 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-06-11 06:15:11 +0800 |
commit | 42be76b21c805d712296d66b6a7c63da6c17d5ac (patch) | |
tree | 155a35eb51a35a45b2660211703a70e57c3ebbe4 /Mk | |
parent | 9527dde2162a82f046ba8fbbdf7254d69cb412fb (diff) | |
download | freebsd-ports-gnome-42be76b21c805d712296d66b6a7c63da6c17d5ac.tar.gz freebsd-ports-gnome-42be76b21c805d712296d66b6a7c63da6c17d5ac.tar.zst freebsd-ports-gnome-42be76b21c805d712296d66b6a7c63da6c17d5ac.zip |
Don't run fix-perl-bs when NO_STAGE, it's not needed.
Noticed by: antoine
Sponsored by: Absolight
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 947c018d1c53..be3e44ba83cb 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -6562,7 +6562,7 @@ _INSTALL_SUSEQ= check-umask install-mtree pre-su-install \ desktop-file-post-install kmod-post-install shared-mime-post-install webplugin-post-install \ post-install post-install-script add-plist-buildinfo \ add-plist-info add-plist-docs add-plist-examples \ - add-plist-data add-plist-post fix-plist-sequence fix-perl-bs \ + 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 \ |