diff options
author | minskim <minskim> | 2004-07-28 02:47:34 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-07-28 02:47:34 +0000 |
commit | 1ae420994665082ead3119863db4ce8986159143 (patch) | |
tree | a2db94abf3df23400d346801b7559fa165b0b694 /archivers/makeself/Makefile | |
parent | 857a94f7bc9bd3cec077d6eeb0925d28bd84904e (diff) | |
download | pkgsrc-1ae420994665082ead3119863db4ce8986159143.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers/makeself/Makefile')
-rw-r--r-- | archivers/makeself/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index f626906e566..165188acf29 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/09/19 05:18:35 dent Exp $ +# $NetBSD: Makefile,v 1.6 2004/07/28 02:47:35 minskim Exp $ # FreeBSD Id: ports/archivers/makeself/Makefile,v 1.8 2001/07/07 03:47:49 dwcjr Exp DISTNAME= makeself-1.5.3 @@ -10,9 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.megastep.org/makeself/ COMMENT= Neat script to make self-extracting archives +PKG_INSTALLATION_TYPES= overwrite pkgviews + EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKDIR} NO_BUILD= yes +INSTALLATION_DIRS= bin + # The DISPLAY thing is to prevent the script from trying to launch a xterm # just to extract the source. pre-patch: |