diff options
author | jkh <jkh@FreeBSD.org> | 1998-01-24 15:11:16 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-01-24 15:11:16 +0800 |
commit | 31966997bbd6e3bedad817b49a8f6f881819e3b4 (patch) | |
tree | 096f437268c08a560c732fff4602c83ac2b864cb /archivers | |
parent | 10e032cc570299b861ad2af07003364a01c0adda (diff) | |
download | freebsd-ports-gnome-31966997bbd6e3bedad817b49a8f6f881819e3b4.tar.gz freebsd-ports-gnome-31966997bbd6e3bedad817b49a8f6f881819e3b4.tar.zst freebsd-ports-gnome-31966997bbd6e3bedad817b49a8f6f881819e3b4.zip |
Unbugger WRKSRC value.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 1f5ae1b4d9a5..727abc5cc793 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.16 1997/11/24 13:09:10 ache Exp $ +# $Id: Makefile,v 1.17 1998/01/23 00:43:43 jseger Exp $ # DISTNAME= unzip532 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ MAINTAINER= ache@FreeBSD.ORG -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/unzip-5.32 MAKEFILE= unix/Makefile ALL_TARGET= freebsd MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f |