Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/swiggle www/swiggle: remove unnecessary SUBST block
details: https://anonhg.NetBSD.org/pkgsrc/rev/9375580148ab
branches: trunk
changeset: 431813:9375580148ab
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat May 16 17:24:05 2020 +0000
description:
www/swiggle: remove unnecessary SUBST block
The -O3 does not exist anymore in the Makefile, at least since 2003.
Replacing gcc with the actual compiler name is not necessary since pkgsrc
provides compiler wrappers in WRKDIR/.compiler.
diffstat:
www/swiggle/Makefile | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r 5b896ed78c8a -r 9375580148ab www/swiggle/Makefile
--- a/www/swiggle/Makefile Sat May 16 17:20:54 2020 +0000
+++ b/www/swiggle/Makefile Sat May 16 17:24:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/01/26 17:32:25 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2020/05/16 17:24:05 rillig Exp $
DISTNAME= swiggle-0.4
PKGREVISION= 3
@@ -9,12 +9,6 @@
HOMEPAGE= https://homepage.univie.ac.at/l.ertl/swiggle/
COMMENT= Lightweight image gallery generator
-SUBST_CLASSES+= mf
-SUBST_STAGE.mf= pre-configure
-SUBST_FILES.mf= Makefile
-SUBST_SED.mf= -e "s/gcc/${CC}/"
-SUBST_SED.mf+= -e "s/-O3//"
-
INSTALLATION_DIRS= bin
do-install:
Home |
Main Index |
Thread Index |
Old Index