pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/ghostscript-agpl



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan  6 07:23:26 UTC 2020

Modified Files:
        pkgsrc/print/ghostscript-agpl: Makefile

Log Message:
(print/ghostscript-agpl) Delete garbage from DESTDIR


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/print/ghostscript-agpl/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/ghostscript-agpl/Makefile
diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.49 pkgsrc/print/ghostscript-agpl/Makefile:1.50
--- pkgsrc/print/ghostscript-agpl/Makefile:1.49 Fri Jan  3 23:56:09 2020
+++ pkgsrc/print/ghostscript-agpl/Makefile      Mon Jan  6 07:23:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2020/01/03 23:56:09 sevan Exp $
+# $NetBSD: Makefile,v 1.50 2020/01/06 07:23:26 mef Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-agpl/}
@@ -105,6 +105,7 @@ post-extract:
 
 post-install:
        ${LN} -sf gsc ${DESTDIR}${PREFIX}/bin/gs
+       ${RM} -f  ${DESTDIR}${PREFIX}/share/ghostscript/${PKGVERSION_NOREV}/Resource/Init/gs_ttf.ps.orig
 
 .include "../../devel/libidn/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index