diff options
Diffstat (limited to 'print/adobeps-win/Makefile')
-rw-r--r-- | print/adobeps-win/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/adobeps-win/Makefile b/print/adobeps-win/Makefile index 41bf2426d4d..f48ea6c55b1 100644 --- a/print/adobeps-win/Makefile +++ b/print/adobeps-win/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/08 13:45:35 asau Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/06 12:04:01 rodent Exp $ DISTNAME= winsteng PKGNAME= adobeps-win-1.0.6 @@ -16,7 +16,7 @@ DEPENDS+= cups>=1.1.15:../../print/cups DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR} -EXTRACT_CMD= ${LOCALBASE}/bin/cabextract ${DOWNLOADED_DISTFILE} +EXTRACT_CMD= ${LOCALBASE}/bin/cabextract $$extract_file NO_CONFIGURE= yes NO_BUILD= yes |