diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-12 15:46:43 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-12 15:46:43 +0000 |
commit | 9681fd800dfc225b57ef327c83e029cfde2a8735 (patch) | |
tree | 633d53f39cc45714203b0bed1b05120d8a7be391 /german | |
parent | 4fe30c4eeb911630c86713f8f704710c4ec81cb8 (diff) | |
download | ports-9681fd800dfc225b57ef327c83e029cfde2a8735.tar.gz ports-9681fd800dfc225b57ef327c83e029cfde2a8735.zip |
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')
-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 |