diff options
-rw-r--r-- | print/ghostscript9-agpl-base/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile index 9c459f5016b2..4fc905d1adf4 100644 --- a/print/ghostscript9-agpl-base/Makefile +++ b/print/ghostscript9-agpl-base/Makefile @@ -2,6 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.25 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-base @@ -66,9 +67,9 @@ IJS_DESC= Support libijs based Ghostscript devices IJS_LIB_DEPENDS= libijs.so:print/libijs post-patch: - @${RM} -r ${WRKSRC}/freetype ${WRKSRC}/ijs ${WRKSRC}/jbig2dec \ - ${WRKSRC}/jpeg ${WRKSRC}/libpng ${WRKSRC}/openjpeg \ - ${WRKSRC}/zlib + @${RM} -r ${WRKSRC}/cups/libs ${WRKSRC}/freetype ${WRKSRC}/ijs \ + ${WRKSRC}/jbig2dec ${WRKSRC}/jpeg ${WRKSRC}/libpng \ + ${WRKSRC}/openjpeg ${WRKSRC}/zlib post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/gsc ${STAGEDIR}${PREFIX}/bin/gs |