aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-05-29 04:04:45 +0800
committercrees <crees@FreeBSD.org>2012-05-29 04:04:45 +0800
commit04ea4fb16cfff4063ae200c0ebd619b787d4c7b4 (patch)
tree0e579748fc5055f053359621053fcaf8e38b5e9e /misc
parent7a99e67510fcec7b3cd49ac4ca1c7d96ac2d39e7 (diff)
downloadfreebsd-ports-gnome-04ea4fb16cfff4063ae200c0ebd619b787d4c7b4.tar.gz
freebsd-ports-gnome-04ea4fb16cfff4063ae200c0ebd619b787d4c7b4.tar.zst
freebsd-ports-gnome-04ea4fb16cfff4063ae200c0ebd619b787d4c7b4.zip
Remove control characters from Makefile
Diffstat (limited to 'misc')
-rw-r--r--misc/localedata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/localedata/Makefile b/misc/localedata/Makefile
index 288bcaa2d9d5..72b6ca4fefe7 100644
--- a/misc/localedata/Makefile
+++ b/misc/localedata/Makefile
@@ -28,6 +28,6 @@ post-extract:
do-install:
${MKDIR} ${TARGET_DIR}
- ${PAX} -rw -s${WRKSRC} ${WRKSRC}/locale ${TARGET_DIR}
+ ${PAX} -rw -s,${WRKSRC},, ${WRKSRC}/locale ${TARGET_DIR}
.include <bsd.port.mk>