diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 05:49:41 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 05:49:41 +0800 |
commit | 4ad3abde8a172cf62854a498483b6c60ce0cdcc1 (patch) | |
tree | 108fa12286767823ee95b997377b591c802cf9a6 /emulators | |
parent | 3192059cff50b080c429c7b4f5fd39d7c232a4c1 (diff) | |
download | freebsd-ports-gnome-4ad3abde8a172cf62854a498483b6c60ce0cdcc1.tar.gz freebsd-ports-gnome-4ad3abde8a172cf62854a498483b6c60ce0cdcc1.tar.zst freebsd-ports-gnome-4ad3abde8a172cf62854a498483b6c60ce0cdcc1.zip |
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 5ec5ae0caa91..eb2a1142a3a9 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: |