diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-19 19:52:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-19 19:52:51 +0000 |
commit | 84b4dd61104e00b26b13665e4e026c6d08432418 (patch) | |
tree | 9dba78aa64fcc4fd2c78116597f6b1a0411d99b8 /misc/openoffice2-bin | |
parent | 3094519bc16807cd1d8c6603a75f7efeeabf077d (diff) | |
download | pkgsrc-84b4dd61104e00b26b13665e4e026c6d08432418.tar.gz |
Give DISTNAME a default, for "make fetch" on unsupported platforms.
Diffstat (limited to 'misc/openoffice2-bin')
-rw-r--r-- | misc/openoffice2-bin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/openoffice2-bin/Makefile b/misc/openoffice2-bin/Makefile index fc3395bc4ee..a5fbc2bcf93 100644 --- a/misc/openoffice2-bin/Makefile +++ b/misc/openoffice2-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/10/16 10:34:51 ghen Exp $ +# $NetBSD: Makefile,v 1.23 2006/10/19 19:53:37 wiz Exp $ PKGNAME= openoffice-bin-${OO_RELEASE} CATEGORIES= misc @@ -84,9 +84,7 @@ WRKSRC= ${WRKDIR}/OOD680_m5_native_packed-1_en-US.9073/packages . include "Makefile.${OPSYS}.${ARCH}" .endif -.if !defined(DISTNAME) -DISTNAME= # Dummy to prevent error from missing DISTNAME -.endif +DISTNAME?= OOo_${OO_RELEASE}_LinuxIntel_install .include "options.mk" |