summaryrefslogtreecommitdiff
path: root/pkgtools/url2pkg/files
diff options
context:
space:
mode:
authorcjep <cjep>2003-07-25 09:24:59 +0000
committercjep <cjep>2003-07-25 09:24:59 +0000
commitfa3676c8a6f13bb61adef955cc5529557596cdef (patch)
treef5e5aa6637c36ddef58944296e6a5f64f034a6ec /pkgtools/url2pkg/files
parent7b7df5f5e66bfd16c861e5deb356bea95ba2c3db (diff)
downloadpkgsrc-fa3676c8a6f13bb61adef955cc5529557596cdef.tar.gz
Respect ${MAKE} so that this works out of the box on non-NetBSD.
Diffstat (limited to 'pkgtools/url2pkg/files')
-rwxr-xr-xpkgtools/url2pkg/files/url2pkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/url2pkg/files/url2pkg b/pkgtools/url2pkg/files/url2pkg
index ddba321431a..7d5ebb6172b 100755
--- a/pkgtools/url2pkg/files/url2pkg
+++ b/pkgtools/url2pkg/files/url2pkg
@@ -1,13 +1,13 @@
#!/bin/sh
#
-# $NetBSD: url2pkg,v 1.24 2003/04/23 09:18:30 rh Exp $
+# $NetBSD: url2pkg,v 1.25 2003/07/25 09:25:00 cjep Exp $
#
# url2pkg
# (c) 1999-2002 Hubert Feyrer <hubert@feyrer.de>
#
if [ "$MAKE" = "" ]; then
- MAKE=make
+ MAKE=@MAKE@
fi
if [ "$PKGEDITOR" != "" ]; then