From c91f2e1b0345385b1a3245529a34b3524e7d5f87 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Mon, 2 Oct 2000 14:23:03 +0000 Subject: Fix Makefile PR: 21690 Submitted by: MAINTAINER --- security/gnupg-idea/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index a4227854ae8a..bb6ae34b4699 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -45,7 +45,13 @@ do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} .for i in ${DISTFILES} - ${CP} ${_DISTDIR}/${i} ${WRKSRC}/${i} + @${CP} ${_DISTDIR}/${i} ${WRKSRC}/${i} +.endfor + +do-patch: +.for i in ${CONTRIB} + @${ECHO_MSG} "===> Applying extra patch ${i}.c" + @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/patch-${i}.c .endfor do-build: -- cgit v1.2.3