diff options
author | obache <obache@pkgsrc.org> | 2011-09-17 07:03:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-09-17 07:03:57 +0000 |
commit | 93e81d55bdb2cc1137fb9a25b39dddd0075b3137 (patch) | |
tree | 9061a5f2ddd0e6fb5ccb73d8742f09f54fb74644 | |
parent | b766102bf70af042612cbd837345a2f2560467b3 (diff) | |
download | pkgsrc-93e81d55bdb2cc1137fb9a25b39dddd0075b3137.tar.gz |
doc/istgt.1 does not exist at pre-configure, now it is istgt.1.in.
-rw-r--r-- | net/istgt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/istgt/Makefile b/net/istgt/Makefile index 137106411cd..1520800476c 100644 --- a/net/istgt/Makefile +++ b/net/istgt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/09/17 07:01:47 obache Exp $ +# $NetBSD: Makefile,v 1.8 2011/09/17 07:03:57 obache Exp $ # DISTNAME= istgt-20110907 @@ -21,7 +21,7 @@ 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 src/istgt.h src/istgtcontrol.c +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 |