diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-12 23:46:43 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-12 23:46:43 +0800 |
commit | 5a537b86790f23bd2743e788465cc78a7f052367 (patch) | |
tree | b7ceeab2e0266cff08a10709faaa2ab2f19d5f71 /german | |
parent | fafa39672685a6bd83ae80a4154aab5e986cb618 (diff) | |
download | freebsd-ports-gnome-5a537b86790f23bd2743e788465cc78a7f052367.tar.gz freebsd-ports-gnome-5a537b86790f23bd2743e788465cc78a7f052367.tar.zst freebsd-ports-gnome-5a537b86790f23bd2743e788465cc78a7f052367.zip |
Rename the USE_CDROM knob to WITH_CDROM. USE_* should only be
defined by the ports infrastructure and ports should define WITH_*
Diffstat (limited to 'german')
-rw-r--r-- | german/staroffice70/Makefile | 8 |
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 |