From 877b8a533b44bb6324ebbaf65cd80a60d1572003 Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Mon, 17 Apr 2000 00:18:05 +0000 Subject: Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports --- emulators/quasi88/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators') diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index a3f2e5bf073d..5ec5ae0caa91 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -19,14 +19,14 @@ USE_GMAKE= yes DATAFILES= FAQ FORMAT GET-IMAGE HELP HISTORY LIST MANUAL QUASI88 pre-patch: -.if !defined(USE_SOUND) - @ ${ECHO} "You can make quasi88 use sound by defining USE_SOUND" +.if !defined(WITH_SOUND) + @ ${ECHO} "You can make quasi88 use sound by defining WITH_SOUND" .else @ ${CP} ${FILESDIR}/patch-aa ${PATCHDIR} .endif post-patch: -.if defined(USE_SOUND) +.if defined(WITH_SOUND) @ ${RM} ${PATCHDIR}/patch-aa .endif -- cgit v1.2.3