diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 19:23:20 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 19:23:20 +0000 |
commit | 77b75d37f5c97eafa21b9fa10a8cccba848830cc (patch) | |
tree | 8fc8ede4b319a114a11c822a57ac8d47016c346a /archivers | |
parent | fc1f5d713e4fbf83ee4d06cab0c978343a598e43 (diff) | |
download | pkgsrc-77b75d37f5c97eafa21b9fa10a8cccba848830cc.tar.gz |
REPLACE_SH on installed shell scripts.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rox-archive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/rox-archive/Makefile b/archivers/rox-archive/Makefile index c8ea896cd48..15bb1dbca90 100644 --- a/archivers/rox-archive/Makefile +++ b/archivers/rox-archive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/02/10 19:17:31 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2012/02/15 19:23:20 hans Exp $ # DISTNAME= archive-2.0 @@ -24,6 +24,7 @@ USE_TOOLS+= pax NO_BUILD= yes PYTHON_PATCH_SCRIPTS= AppRun tests/testall.py +REPLACE_SH= Messages/dist Messages/update-po INSTALLATION_DIRS= share/rox/Archive |