pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/netatalk3



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  2 13:27:05 UTC 2020

Modified Files:
        pkgsrc/net/netatalk3: Makefile

Log Message:
net/netatalk3: remove no-op SUBST block

There is no mention of dvips in the whole package.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/netatalk3/Makefile

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

Modified files:

Index: pkgsrc/net/netatalk3/Makefile
diff -u pkgsrc/net/netatalk3/Makefile:1.30 pkgsrc/net/netatalk3/Makefile:1.31
--- pkgsrc/net/netatalk3/Makefile:1.30  Fri Mar 20 11:58:09 2020
+++ pkgsrc/net/netatalk3/Makefile       Sat May  2 13:27:05 2020
@@ -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 @@ MAKE_DIRS+=          ${PKG_SYSCONFDIR}/msg
 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