summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz>2006-10-19 19:52:51 +0000
committerwiz <wiz>2006-10-19 19:52:51 +0000
commit60d8bad431c5eecec952e8a36bfe581992ac9bcf (patch)
tree9dba78aa64fcc4fd2c78116597f6b1a0411d99b8 /misc
parent6472b780c01e5fd33d57b3be74aea9e2553adf04 (diff)
downloadpkgsrc-60d8bad431c5eecec952e8a36bfe581992ac9bcf.tar.gz
Give DISTNAME a default, for "make fetch" on unsupported platforms.
Diffstat (limited to 'misc')
-rw-r--r--misc/openoffice-bin/Makefile4
-rw-r--r--misc/openoffice2-bin/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/openoffice-bin/Makefile b/misc/openoffice-bin/Makefile
index d00507abc80..9c6559f2cea 100644
--- a/misc/openoffice-bin/Makefile
+++ b/misc/openoffice-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/07/27 18:48:02 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2006/10/19 19:52:51 wiz Exp $
PKGNAME= openoffice-bin-${OO_VER}
PKGREVISION= 2
@@ -62,6 +62,8 @@ WRKSRC= ${WRKDIR}/OOo_${OO_VER}_Solaris_x86_install
. endif
.endif
+DISTNAME?= OOo_${OO_VER}_LinuxIntel_install
+
INSTALLATION_DIRS= bin
pre-install:
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"