From b7b46ed997e3381f66fc47040302954598ce11f7 Mon Sep 17 00:00:00 2001 From: Adam David Date: Wed, 23 Nov 1994 12:27:39 +0000 Subject: PATCH_COOKIE is now used in bsd.port.mk therefore this needed to be changed --- net/dgd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/dgd/Makefile') diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 5214fb995f2e..84b871f7c441 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -12,7 +12,7 @@ PATCHFILES= 1.0.8-1.0.8.1.gz 1.0.8.1-1.0.8.2.gz 1.0.8.2-1.0.8.3.gz \ 1.0.8.6-1.0.8.7.gz 1.0.8.7-1.0.8.8.gz PATCHSITE= epsilon.me.chalmers.se NCFTPFLAGS= -P -PATCH_COOKIE= ${.CURDIR}/work/.patch_done +_PATCH_COOKIE= ${.CURDIR}/work/._patch_done PATCHLIST= ${.CURDIR}/work/.patchlist PATCHLEVEL= `tail -1 ${PATCHLIST} | sed 's/^.*\.\(.*\)\.gz$$/\1/'` WRKSRC= ${WRKDIR}/dgd/src @@ -37,7 +37,7 @@ pre-fetch: # Need to determine whether all author-supplied patches are correctly applied ### not yet implemented -pre-configure: extract ${PATCH_COOKIE} +pre-patch: extract ${_PATCH_COOKIE} @find -X ${WRKDIR}/dgd -name '*.orig' -print | xargs rm -f ${PATCHLIST}: @@ -45,13 +45,13 @@ ${PATCHLIST}: ls *.[0-9].gz *.[0-9][0-9].gz \ 2>/dev/null >${PATCHLIST} -${PATCH_COOKIE}: ${PATCHLIST} +${_PATCH_COOKIE}: ${PATCHLIST} @if [ -s ${PATCHLIST} ]; then \ echo "===> Updating to ${DISTNAME}.${PATCHLEVEL}"; \ cd ${DISTDIR}/${DISTNAME}; \ gzcat `cat ${PATCHLIST}` | patch -d ${WRKDIR} --quiet -E -p0; \ fi - @touch -f ${PATCH_COOKIE} + @touch -f ${_PATCH_COOKIE} install: all @chown -R mud.mud ${WRKDIR}/dgd -- cgit v1.2.3