diff options
author | abs <abs> | 2001-10-01 15:52:05 +0000 |
---|---|---|
committer | abs <abs> | 2001-10-01 15:52:05 +0000 |
commit | 45edd270ea9d55e6c752ab306a659731eb8803cd (patch) | |
tree | 698f88614e19b42af5a6c30441af1246adb0ab09 /misc/setiathome | |
parent | d154995994d2bcb40588803a4e3cd0909cff655f (diff) | |
download | pkgsrc-45edd270ea9d55e6c752ab306a659731eb8803cd.tar.gz |
Avoid Makefile breakage on non supported ARCH
Diffstat (limited to 'misc/setiathome')
-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 |