diff options
author | asami <asami@FreeBSD.org> | 2000-10-07 21:49:41 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-07 21:49:41 +0000 |
commit | 4063f9d8aeb4be397bc37888a46cd7b6efa49219 (patch) | |
tree | c7adc08bd31b12982dcb2424f1d4d0ce6ea3c4a4 /emulators | |
parent | 1ee3c40a59f1b66864f3bd11083365fb54774644 (diff) | |
download | FreeBSD-ports-4063f9d8aeb4be397bc37888a46cd7b6efa49219.zip FreeBSD-ports-4063f9d8aeb4be397bc37888a46cd7b6efa49219.tar.gz |
Convert rules copying ${FILESDIR}/patch-aa to ${PATCHDIR} (which is
not allowed, since this is outside ${WRKDIR}) to using EXTRA_PATCHES=
${PATCHDIR}/extra-patch-aa.
Bad quasi88, no cookie. ;)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/quasi88/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index 5ec5ae0..eb2a114 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -18,16 +18,11 @@ USE_XLIB= yes USE_GMAKE= yes DATAFILES= FAQ FORMAT GET-IMAGE HELP HISTORY LIST MANUAL QUASI88 -pre-patch: .if !defined(WITH_SOUND) +pre-everything: @ ${ECHO} "You can make quasi88 use sound by defining WITH_SOUND" .else - @ ${CP} ${FILESDIR}/patch-aa ${PATCHDIR} -.endif - -post-patch: -.if defined(WITH_SOUND) - @ ${RM} ${PATCHDIR}/patch-aa +EXTRA_PATCHES= ${FILESDIR}/extra-patch-aa .endif do-install: |