diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-19 12:27:35 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-19 12:27:35 +0000 |
commit | 7cbc8025cd0f7ac76cfa592af2a48e223c7e80a1 (patch) | |
tree | 51ef87363dd72d557b42ad18be3d67b9fd5d1221 /net/sharity-light/Makefile | |
parent | 44b718c9f45204ae00da23e73d3149068a8dfc26 (diff) | |
download | pkgsrc-7cbc8025cd0f7ac76cfa592af2a48e223c7e80a1.tar.gz |
avoid picking up a bad value for ARCH in the users environment during the
build.
Diffstat (limited to 'net/sharity-light/Makefile')
-rw-r--r-- | net/sharity-light/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile index aed5c2b12ce..647b08f76dd 100644 --- a/net/sharity-light/Makefile +++ b/net/sharity-light/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/09 16:09:36 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/19 12:27:35 dmcmahill Exp $ # DISTNAME= Sharity-Light.1.2 @@ -11,6 +11,9 @@ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://www.obdev.at/Products/shlight.html COMMENT= Userland smbfs -- SMB to NFS protocol converter +# avoid picking up a bad value from a users environment +MAKE_ENV+= "ARCH= " + post-extract: ${MKDIR} ${WRKDIR}/unshlight ${LN} -s ${FILESDIR}/unshlight.c ${WRKDIR}/unshlight |