Sat Sep 17 07:03:57 2011 UTC ()
doc/istgt.1 does not exist at pre-configure, now it is istgt.1.in.


(obache)
diff -r1.7 -r1.8 pkgsrc/net/istgt/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/net/istgt/Makefile (expand / switch to unified diff)

--- pkgsrc/net/istgt/Makefile 2011/09/17 07:01:47 1.7
+++ pkgsrc/net/istgt/Makefile 2011/09/17 07:03:57 1.8
@@ -1,37 +1,37 @@ @@ -1,37 +1,37 @@
1# $NetBSD: Makefile,v 1.7 2011/09/17 07:01:47 obache Exp $ 1# $NetBSD: Makefile,v 1.8 2011/09/17 07:03:57 obache Exp $
2# 2#
3 3
4DISTNAME= istgt-20110907 4DISTNAME= istgt-20110907
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ 6MASTER_SITES= http://www.peach.ne.jp/archives/istgt/
7 7
8MAINTAINER= sborrill@NetBSD.org 8MAINTAINER= sborrill@NetBSD.org
9HOMEPAGE= http://shell.peach.ne.jp/aoyama/ 9HOMEPAGE= http://shell.peach.ne.jp/aoyama/
10COMMENT= Configurable iSCSI target 10COMMENT= Configurable iSCSI target
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16 16
17PKG_SYSCONFSUBDIR= istgt 17PKG_SYSCONFSUBDIR= istgt
18 18
19CONFIGURE_ARGS+= --with-configdir=${PKG_SYSCONFDIR} 19CONFIGURE_ARGS+= --with-configdir=${PKG_SYSCONFDIR}
20 20
21SUBST_CLASSES+= paths 21SUBST_CLASSES+= paths
22SUBST_MESSAGE.paths= Fixing hardcoded paths. 22SUBST_MESSAGE.paths= Fixing hardcoded paths.
23SUBST_STAGE.paths= pre-configure 23SUBST_STAGE.paths= pre-configure
24SUBST_FILES.paths= doc/istgt.1 src/istgt.h src/istgtcontrol.c 24SUBST_FILES.paths= doc/istgt.1.in src/istgt.h src/istgtcontrol.c
25SUBST_SED.paths= -e "s,/usr/local,${PREFIX}," 25SUBST_SED.paths= -e "s,/usr/local,${PREFIX},"
26 26
27EG_DIR= ${PREFIX}/share/examples/istgt 27EG_DIR= ${PREFIX}/share/examples/istgt
28CONF_FILES= ${EG_DIR}/auth.conf ${PKG_SYSCONFDIR}/auth.conf \ 28CONF_FILES= ${EG_DIR}/auth.conf ${PKG_SYSCONFDIR}/auth.conf \
29 ${EG_DIR}/istgt.conf ${PKG_SYSCONFDIR}/istgt.conf \ 29 ${EG_DIR}/istgt.conf ${PKG_SYSCONFDIR}/istgt.conf \
30 ${EG_DIR}/istgtcontrol.conf ${PKG_SYSCONFDIR}/istgtcontrol.conf 30 ${EG_DIR}/istgtcontrol.conf ${PKG_SYSCONFDIR}/istgtcontrol.conf
31 31
32RCD_SCRIPTS= istgt 32RCD_SCRIPTS= istgt
33INSTALLATION_DIRS+= bin ${EG_DIR} ${PKGMANDIR}/man1 33INSTALLATION_DIRS+= bin ${EG_DIR} ${PKGMANDIR}/man1
34 34
35do-install: 35do-install:
36 ${INSTALL_PROGRAM} ${WRKSRC}/src/istgt ${DESTDIR}${PREFIX}/bin/istgt 36 ${INSTALL_PROGRAM} ${WRKSRC}/src/istgt ${DESTDIR}${PREFIX}/bin/istgt
37 ${INSTALL_PROGRAM} ${WRKSRC}/src/istgtcontrol \ 37 ${INSTALL_PROGRAM} ${WRKSRC}/src/istgtcontrol \