pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/AfterShotPro



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun 10 06:28:14 UTC 2020

Modified Files:
        pkgsrc/graphics/AfterShotPro: Makefile

Log Message:
AfterShotPro: Always set PKGNAME.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/AfterShotPro/Makefile

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

Modified files:

Index: pkgsrc/graphics/AfterShotPro/Makefile
diff -u pkgsrc/graphics/AfterShotPro/Makefile:1.7 pkgsrc/graphics/AfterShotPro/Makefile:1.8
--- pkgsrc/graphics/AfterShotPro/Makefile:1.7   Mon Nov  4 17:47:30 2019
+++ pkgsrc/graphics/AfterShotPro/Makefile       Wed Jun 10 06:28:14 2020
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/11/04 17:47:30 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/06/10 06:28:14 wiz Exp $
 
+PKGNAME=       AfterShotPro-1.1.0.30
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.corel.com/akdlm/6763/downloads/AfterShotPro/1/PF/
 EXTRACT_SUFX=  .deb
@@ -39,7 +40,6 @@ DIST_SUBDIR=  AfterShotPro-1.1.0.30
 
 .if ${EMUL_PLATFORM} == "linux-i386"
 DISTNAME=      AfterShotPro_i386
-PKGNAME=       ${DISTNAME:S/_i386/-1.1.0.30/}
 # same data.tar.gz, just different control.tar.gz
 #.elif ${EMUL_PLATFORM} == "linux-x86_64"
 #DISTNAME=     AfterShotPro_amd64



Home | Main Index | Thread Index | Old Index