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. ;)
This commit is contained in:
Satoshi Asami
2000-10-07 21:49:41 +00:00
parent 3192059cff
commit 4ad3abde8a

View File

@@ -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: