From 0c08d04419e99750482d6da3325eea7ad9895992 Mon Sep 17 00:00:00 2001 From: eadler Date: Thu, 3 Nov 2011 00:38:47 +0000 Subject: - fix explicit use of unzip in ports PR: ports/153429 Submitted by: Alex Kozlov Approved by: maintainers (hq, gabor, amdmi3) Approved by: maintainer timeout Approved by: bapt,sahil (mentors, implicit) --- emulators/vmsbackup/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile index 80b946cb1b3f..e0164035d48e 100644 --- a/emulators/vmsbackup/Makefile +++ b/emulators/vmsbackup/Makefile @@ -26,7 +26,7 @@ MANCOMPRESSED= no do-extract: ${MKDIR} ${WRKSRC} - unzip ${DISTDIR}/${DISTNAME} -d ${WRKSRC} + ${UNZIP_CMD} ${DISTDIR}/${DISTNAME} -d ${WRKSRC} post-patch: @${REINPLACE_CMD} -e 's#gets(ans);#fgets(ans, 80, stdin);#' ${WRKSRC}/vmsbackup.c -- cgit