pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/swiggle
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 16 17:24:05 UTC 2020
Modified Files:
pkgsrc/www/swiggle: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/swiggle/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/swiggle/Makefile
diff -u pkgsrc/www/swiggle/Makefile:1.20 pkgsrc/www/swiggle/Makefile:1.21
--- pkgsrc/www/swiggle/Makefile:1.20 Sun Jan 26 17:32:25 2020
+++ pkgsrc/www/swiggle/Makefile Sat May 16 17:24:05 2020
@@ -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 @@ MAINTAINER= snj%NetBSD.org@localhost
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