From db26b06979a056005e7c5da51b546f77bc336a46 Mon Sep 17 00:00:00 2001 From: robert Date: Sat, 4 Dec 2004 15:45:41 +0000 Subject: [PATCH] fix WRKDIST --- archivers/zip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index c656955f58e..313367fee9a 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2004/12/04 15:36:36 robert Exp $ +# $OpenBSD: Makefile,v 1.33 2004/12/04 15:45:41 robert Exp $ # $FreeBSD: Makefile,v 1.11 1997/11/25 20:45:45 ache Exp $ COMMENT= "create/update ZIP files compatible with PKZip(tm)" @@ -27,7 +27,7 @@ MAKE_FILE= unix/Makefile ALL_TARGET= generic -WRKDIST= ${WRKDIR}/${PKGNAME} +WRKDIST= ${WRKDIR}/${PKGNAME:S/p0//} DOCS= README WHERE