adobeps-win: remove extraction hack, cabextract has been fixed

This commit is contained in:
wiz 2023-02-26 06:43:00 +00:00
parent 97c7dc2c22
commit eb232ccc46
1 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2023/02/20 08:31:55 wiz Exp $
# $NetBSD: Makefile,v 1.19 2023/02/26 06:43:00 wiz Exp $
DISTNAME= winsteng
PKGNAME= adobeps-win-1.0.6
@ -26,12 +26,6 @@ DRIVERDIR= ${PREFIX}/share/cups/drivers
INSTALLATION_DIRS= ${DRIVERDIR}
# bug in cabextract?
pre-extract:
${MKDIR} ${WRKSRC}/WinNT
${MKDIR} ${WRKSRC}/Win2000
${MKDIR} ${WRKSRC}/WinXP
post-extract:
cd ${WRKSRC}; for dir in WinNT Windows; do \
( cd $$dir; for file in *; do \