diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-27 04:43:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-27 04:43:47 +0000 |
commit | 0861182a7a73bd8c9c92f2ab16e440eb38e77d75 (patch) | |
tree | f0aed5f9f14f6b6a5ad9fcc26381826f0ea888db /net | |
parent | 96a1e6ee8e189f9b5f04243e71d97f5ac1420a4b (diff) | |
download | pkgsrc-0861182a7a73bd8c9c92f2ab16e440eb38e77d75.tar.gz |
net/istgt: remove no-op SUBST block
Diffstat (limited to 'net')
-rw-r--r-- | net/istgt/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/istgt/Makefile b/net/istgt/Makefile index 018d3e5f41d..21d53c59e29 100644 --- a/net/istgt/Makefile +++ b/net/istgt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2020/01/18 21:50:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.21 2020/04/27 04:43:47 rillig Exp $ # DISTNAME= istgt-20150713 @@ -17,12 +17,6 @@ PKG_SYSCONFSUBDIR= istgt CONFIGURE_ARGS+= --with-configdir=${PKG_SYSCONFDIR} -SUBST_CLASSES+= paths -SUBST_MESSAGE.paths= Fixing hardcoded paths. -SUBST_STAGE.paths= pre-configure -SUBST_FILES.paths= doc/istgt.1.in src/istgt.h src/istgtcontrol.c -SUBST_SED.paths= -e "s,/usr/local,${PREFIX}," - EG_DIR= ${PREFIX}/share/examples/istgt CONF_FILES= ${EG_DIR}/auth.conf ${PKG_SYSCONFDIR}/auth.conf \ ${EG_DIR}/istgt.conf ${PKG_SYSCONFDIR}/istgt.conf \ |