summaryrefslogtreecommitdiff
path: root/shells/mudsh
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 03:50:19 +0000
committerjlam <jlam>2005-06-17 03:50:19 +0000
commitf7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /shells/mudsh
parent516d949f51bec91a74690755d12106271036f8f8 (diff)
downloadpkgsrc-f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'shells/mudsh')
-rw-r--r--shells/mudsh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/mudsh/Makefile b/shells/mudsh/Makefile
index 3bf9b1f10dd..53a3b8b4b28 100644
--- a/shells/mudsh/Makefile
+++ b/shells/mudsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:21 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:33 jlam Exp $
#
DISTNAME= mudsh
@@ -14,6 +14,8 @@ COMMENT= M.U.D. game-like shell
WRKSRC= ${WRKDIR}
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}
+INSTALLATION_DIRS= bin
+
do-build:
@${CP} ${WRKSRC}/mudsh ${WRKSRC}/mudsh.orig
@${SED} -e 's|/usr/local/bin/perl|${LOCALBASE}/bin/perl|g' \