Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/netatalk3 net/netatalk3: remove no-op SUBST block



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b94e236b4dca
branches:  trunk
changeset: 430619:b94e236b4dca
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 02 13:27:05 2020 +0000

description:
net/netatalk3: remove no-op SUBST block

There is no mention of dvips in the whole package.

diffstat:

 net/netatalk3/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 3c214e935630 -r b94e236b4dca net/netatalk3/Makefile
--- a/net/netatalk3/Makefile    Sat May 02 13:22:44 2020 +0000
+++ b/net/netatalk3/Makefile    Sat May 02 13:27:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/03/20 11:58:09 nia Exp $
+# $NetBSD: Makefile,v 1.31 2020/05/02 13:27:05 rillig Exp $
 
 DISTNAME=      netatalk-3.1.12
 PKGNAME=       ${DISTNAME:C/-/3-/}
@@ -60,12 +60,6 @@
 REPLACE_PYTHON+=       contrib/shell_utils/afpstats
 REPLACE_PYTHON+=       libevent/event_rpcgen.py
 
-SUBST_CLASSES+=                paths
-SUBST_MESSAGE.paths=   Fixing hardcoded paths.
-SUBST_STAGE.paths=     pre-configure
-SUBST_FILES.paths=     distrib/initscripts/Makefile.in
-SUBST_SED.paths=       -e "s,^\\(DVIPS=\\)\\(/usr/local/tex\\)\\(/bin\\),\\1${PREFIX}\\3,"
-
 PLIST_VARS+=           ea
 .if ${OPSYS} == "SunOS" || ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux" || \
        (${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-6].[0-8].*))



Home | Main Index | Thread Index | Old Index