summaryrefslogtreecommitdiff
path: root/german/staroffice70
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-06-12 15:46:43 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-06-12 15:46:43 +0000
commit9681fd800dfc225b57ef327c83e029cfde2a8735 (patch)
tree633d53f39cc45714203b0bed1b05120d8a7be391 /german/staroffice70
parentBump modification date in the last entry and earn my own pointyhat. (diff)
Rename the USE_CDROM knob to WITH_CDROM. USE_* should only be
defined by the ports infrastructure and ports should define WITH_*
Notes
Notes: svn path=/head/; revision=165234
Diffstat (limited to 'german/staroffice70')
-rw-r--r--german/staroffice70/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile
index f28bebaaa221..5d4c57c3a7c2 100644
--- a/german/staroffice70/Makefile
+++ b/german/staroffice70/Makefile
@@ -16,7 +16,7 @@ MASTER_SITES= ftp://patches.sun.com/patchroot/all_unsigned/:patch \
ftp://ftp.uga.edu/pub/unix/sun/patches/:patch \
ftp://ftp.cs.tu-berlin.de/pub/sun/sun-fixes/.../:patch
DISTNAME= so-7-ga-bin-linux-de.bin
-.if !defined(USE_CDROM)
+.if !defined(WITH_CDROM)
DISTFILES= so-7-ga-bin-linux-de.bin 116518-08.tar:patch
.else
DISTFILES= 116518-08.tar:patch
@@ -120,7 +120,7 @@ pre-fetch:
@${ECHO}
@${FALSE}
.endif
-.if defined(USE_CDROM)
+.if defined(WITH_CDROM)
DLTEST=116518-08.tar
.else
.if exists(/cdrom/linux/office7/setup)
@@ -129,7 +129,7 @@ DLTEST=116518-08.tar
@${ECHO} mounted on ${CD_MOUNTPT}. If you wish to install from
@${ECHO} this CD-ROM, please run
@${ECHO}
- @${ECHO} make USE_CDROM=YES
+ @${ECHO} make WITH_CDROM=YES
@${ECHO}
@${ECHO} Otherwise please unmount the CD-ROM.
@${ECHO}
@@ -150,7 +150,7 @@ post-extract:
@ ${FALSE}
.else
@${MKDIR} ${WRKSRC}
-.if defined(USE_CDROM)
+.if defined(WITH_CDROM)
@ln -sf /cdrom/linux/office7/* ${WRKSRC}
@${MKDIR} ${TMPDIR}
.else