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 | f435c29262e6611660422178d534908ad0287853 (patch) | |
tree | 8fc8ede4b319a114a11c822a57ac8d47016c346a /archivers | |
parent | 6dfb0e3813cb9f34c4df9c0685052ae3e7887e3c (diff) | |
download | pkgsrc-f435c29262e6611660422178d534908ad0287853.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 |