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 /editors/staroffice60 | |
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 'editors/staroffice60')
-rw-r--r-- | editors/staroffice60/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile index 2d470a6345eb..61c130b4c303 100644 --- a/editors/staroffice60/Makefile +++ b/editors/staroffice60/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.sunsite.auc.dk/disk6/sun-patches/:patch \ ftp://ftp.uga.edu/pub/unix/sun/patches/:patch \ ftp://ftp.cs.tu-berlin.de/pub/sun/sun-fixes/.../:patch DISTNAME= so-6_0-ga-bin-linux-en.bin -.if !defined(USE_CDROM) +.if !defined(WITH_CDROM) DISTFILES= so-6_0-ga-bin-linux-en.bin 112887-04.tar:patch .endif .if defined(WITH_ADABAS) @@ -109,7 +109,7 @@ pre-fetch: @${ECHO} WITH_ADABAS=YES. @${ECHO} .endif -.if defined(USE_CDROM) +.if defined(WITH_CDROM) DLTEST=112887-04.tar .else .if exists(/cdrom/linux/office60/setup) @@ -118,7 +118,7 @@ DLTEST=112887-04.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} @@ -139,7 +139,7 @@ post-extract: @ ${FALSE} .else @${MKDIR} ${WRKSRC} -.if defined(USE_CDROM) +.if defined(WITH_CDROM) @ln -sf /cdrom/linux/office60/* ${WRKSRC} .else @${MKDIR} ${TMPDIR} |