diff options
-rw-r--r-- | archivers/makeself/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index 9260caffb13..8537543ee1e 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/03/02 03:48:36 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2012/02/15 19:21:53 hans Exp $ DISTNAME= makeself-2.1.4 CATEGORIES= archivers @@ -12,6 +12,8 @@ COMMENT= Neat script to make self-extracting archives PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +REPLACE_SH= makeself.sh + NO_BUILD= yes INSTALLATION_DIRS= bin |