diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-07-07 18:13:36 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-07-07 18:13:36 +0000 |
commit | cb1db1f42caf4f67753ad6a9ff65139f1bf065cd (patch) | |
tree | 72509e2b17604376decac6b5a326f7ed495fd870 /editors/uemacs/Makefile | |
parent | e17885ec018e13b6eb9918afc3495720e9a10a62 (diff) | |
download | pkgsrc-cb1db1f42caf4f67753ad6a9ff65139f1bf065cd.tar.gz |
unzip logic is now in bsd.pkg.mk and not needed here.
Diffstat (limited to 'editors/uemacs/Makefile')
-rw-r--r-- | editors/uemacs/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index bd42642bb08..43bfb61a3a7 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/03/23 22:08:50 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/07/07 18:13:36 dmcmahill Exp $ # FreeBSD: ports/editors/uemacs/Makefile,v 1.14 1999/10/07 06:49:01 tg Exp DISTNAME= ue400dev @@ -9,10 +9,6 @@ EXTRACT_SUFX= .zip MAINTAINER= tron@netbsd.org -BUILD_DEPENDS+=${UNZIP}:../../archivers/unzip - -EXTRACT_CMD= ${UNZIP} -Laq ${DISTDIR}/${EXTRACT_ONLY} -UNZIP= ${LOCALBASE}/bin/unzip WRKSRC= ${WRKDIR} post-extract: |