pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/merkaartor



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Jun  6 04:01:15 UTC 2020

Modified Files:
        pkgsrc/geography/merkaartor: Makefile

Log Message:
geography/merkaartor: remove no-op SUBST block


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/geography/merkaartor/Makefile

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

Modified files:

Index: pkgsrc/geography/merkaartor/Makefile
diff -u pkgsrc/geography/merkaartor/Makefile:1.84 pkgsrc/geography/merkaartor/Makefile:1.85
--- pkgsrc/geography/merkaartor/Makefile:1.84   Fri Jun  5 12:49:06 2020
+++ pkgsrc/geography/merkaartor/Makefile        Sat Jun  6 04:01:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2020/06/05 12:49:06 jperkin Exp $
+# $NetBSD: Makefile,v 1.85 2020/06/06 04:01:15 rillig Exp $
 
 DISTNAME=      merkaartor-0.17.2
 PKGREVISION=   56
@@ -16,12 +16,6 @@ QMAKE=                       ${QTDIR}/bin/qmake
 CONFIGURE_ARGS=                PREFIX=${PREFIX} NODEBUG=1 OSMARENDER=1 PROJ=1 GDAL=1 \
                        GEOIMAGE=1 GPSDLIB=1 RELEASE=1
 
-SUBST_CLASSES+=                        installtarget
-SUBST_MESSAGE.installtarget=   Fixing wrong install target
-SUBST_STAGE.installtarget=     post-configure
-SUBST_FILES.installtarget=     src/Makefile
-SUBST_SED.installtarget=       -e 's:--mode=install cp "$$(QMAKE_TARGET)":--mode=install cp "$$(TARGET)":'
-
 INSTALL_ENV+=  INSTALL_ROOT=${DESTDIR}
 
 do-configure:



Home | Main Index | Thread Index | Old Index