pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/adobeps-win



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 26 06:43:00 UTC 2023

Modified Files:
        pkgsrc/print/adobeps-win: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/adobeps-win/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/adobeps-win/Makefile
diff -u pkgsrc/print/adobeps-win/Makefile:1.18 pkgsrc/print/adobeps-win/Makefile:1.19
--- pkgsrc/print/adobeps-win/Makefile:1.18      Mon Feb 20 08:31:55 2023
+++ pkgsrc/print/adobeps-win/Makefile   Sun Feb 26 06:43:00 2023
@@ -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                           \



Home | Main Index | Thread Index | Old Index