summaryrefslogtreecommitdiff
path: root/archivers/makeself
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-05-17 06:12:27 +0000
committerrillig <rillig@pkgsrc.org>2006-05-17 06:12:27 +0000
commitca9c50a7e1a26f208c63f21a16055248e26a9d8e (patch)
tree23d014ced3047e11e6d6dc199e65aeee87683a20 /archivers/makeself
parent82708674eef9827f000a6cab678cecf079479b85 (diff)
downloadpkgsrc-ca9c50a7e1a26f208c63f21a16055248e26a9d8e.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'archivers/makeself')
-rw-r--r--archivers/makeself/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile
index cba56554eed..53d2402c4c7 100644
--- a/archivers/makeself/Makefile
+++ b/archivers/makeself/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/04/23 10:04:41 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2006/05/17 06:12:27 rillig Exp $
DISTNAME= makeself-2.1.4
CATEGORIES= archivers
@@ -18,9 +18,9 @@ INSTALLATION_DIRS= bin
# The DISPLAY thing is to prevent the script from trying to launch a xterm
# just to extract the source.
pre-patch:
- (cd ${WRKDIR} && ${SETENV} DISPLAY="" ${SH} ${DISTFILES})
+ cd ${WRKDIR} && ${SETENV} DISPLAY="" ${SH} ${DISTFILES}
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself
+ ${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself
.include "../../mk/bsd.pkg.mk"