diff options
author | abs <abs@pkgsrc.org> | 2001-10-01 15:50:08 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-10-01 15:50:08 +0000 |
commit | 33a5282244ac067ac064a53a6b18609e98be1fdd (patch) | |
tree | e8f47f5497851f87adabbfc2fe24e76ede76f946 /www/navigator/Makefile.common | |
parent | a79c82e798f890b6e7999d924582c23943ef97ff (diff) | |
download | pkgsrc-33a5282244ac067ac064a53a6b18609e98be1fdd.tar.gz |
Avoid makefile bulk-build breakage on non supported ARCHs by setting PLIST_ARCH
to blank in those cases
Diffstat (limited to 'www/navigator/Makefile.common')
-rw-r--r-- | www/navigator/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 4608c341e65..7953cce6a65 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.42 2001/09/14 01:00:24 abs Exp $ +# $NetBSD: Makefile.common,v 1.43 2001/10/01 15:50:08 abs Exp $ # # Common include file for communicator and navigator packages @@ -105,6 +105,8 @@ SORT= sort RPM2PKG= rpm2pkg RPM2PKGARGS= ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} VENDOR_NAME= # empty. what should be here? +.else +PLIST_ARCH= .endif # |