diff options
author | abs <abs@pkgsrc.org> | 2001-10-01 15:52:05 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-10-01 15:52:05 +0000 |
commit | 4f76b583101b0976e3f223150cf73278db0519af (patch) | |
tree | 698f88614e19b42af5a6c30441af1246adb0ab09 /misc | |
parent | 33a5282244ac067ac064a53a6b18609e98be1fdd (diff) | |
download | pkgsrc-4f76b583101b0976e3f223150cf73278db0519af.tar.gz |
Avoid Makefile breakage on non supported ARCH
Diffstat (limited to 'misc')
-rw-r--r-- | misc/setiathome/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/setiathome/Makefile b/misc/setiathome/Makefile index b718cb2c58d..6d2e8b63cc6 100644 --- a/misc/setiathome/Makefile +++ b/misc/setiathome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 18:09:24 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/10/01 15:52:05 abs Exp $ # .include "../../mk/bsd.prefs.mk" @@ -19,6 +19,8 @@ DISTNAME= ${PKGNAME}.powerpc-unknown-netbsd1.4 .elif (${MACHINE_ARCH} == "sparc") DISTNAME= ${PKGNAME}.sparc-unknown-netbsd1.4 # +.else +DISTNAME= ${PKGNAME} .endif # PKGNAME= setiathome-3.03 |