aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-11-27 18:04:47 +0800
committermat <mat@FreeBSD.org>2014-11-27 18:04:47 +0800
commit9d4982fb3a9fdc9f162addfa6bde1951d204197c (patch)
tree4ec1b26c0c81efa54ade27dd8add267a2cee8ab2 /Mk/Uses
parent216ef565ac248661ddcb08df231429bfea37f11a (diff)
downloadfreebsd-ports-gnome-9d4982fb3a9fdc9f162addfa6bde1951d204197c.tar.gz
freebsd-ports-gnome-9d4982fb3a9fdc9f162addfa6bde1951d204197c.tar.zst
freebsd-ports-gnome-9d4982fb3a9fdc9f162addfa6bde1951d204197c.zip
No need to output what this does.
Pointy hat to: myself Sponsored by: Absolight
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/perl5.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index c6ce927ec3bc..a756fc68aede 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -270,7 +270,7 @@ PACKLIST_DIR?= ${PREFIX}/${SITE_ARCH_REL}/auto
# not wonder what has been ignored by this message "*** Error code 1 (ignored)"
fix-perl-things:
# Remove STAGEDIR from .packlist and add the file to the plist.
- @(set -x; if [ -d ${STAGEDIR}${PACKLIST_DIR} ] ; then \
+ @(if [ -d ${STAGEDIR}${PACKLIST_DIR} ] ; then \
cd ${STAGEDIR} ; \
find .${PACKLIST_DIR} -name .packlist | while read f ; do \
${SED} -i '' 's|^${STAGEDIR}||' "$$f"; \