Fri May 30 11:35:14 2014 UTC ()
Make sure result is available.


(joerg)
diff -r1.26 -r1.27 pkgsrc/net/tkined/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/net/tkined/Makefile (expand / switch to unified diff)

--- pkgsrc/net/tkined/Makefile 2014/01/11 14:42:05 1.26
+++ pkgsrc/net/tkined/Makefile 2014/05/30 11:35:14 1.27
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.26 2014/01/11 14:42:05 adam Exp $ 1# $NetBSD: Makefile,v 1.27 2014/05/30 11:35:14 joerg Exp $
2# 2#
3 3
4DISTNAME= scotty-2.1.11 4DISTNAME= scotty-2.1.11
5PKGNAME= tkined-1.4.11 5PKGNAME= tkined-1.4.11
6PKGREVISION= 8 6PKGREVISION= 8
7CATEGORIES= net tcl tk 7CATEGORIES= net tcl tk
8MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ 8MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.nosuchname.net/scotty/ 11HOMEPAGE= http://www.nosuchname.net/scotty/
12COMMENT= Graphical network discovery and monitoring tool based on scotty 12COMMENT= Graphical network discovery and monitoring tool based on scotty
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -21,21 +21,23 @@ CONFIGURE_ENV+= TARGET=tkined @@ -21,21 +21,23 @@ CONFIGURE_ENV+= TARGET=tkined
21 21
22USE_LIBTOOL= yes 22USE_LIBTOOL= yes
23 23
24DISTINFO_FILE= ${.CURDIR}/../../net/tcl-scotty/distinfo 24DISTINFO_FILE= ${.CURDIR}/../../net/tcl-scotty/distinfo
25FILESDIR= ${.CURDIR}/../../net/tcl-scotty/files 25FILESDIR= ${.CURDIR}/../../net/tcl-scotty/files
26PATCHDIR= ${.CURDIR}/../../net/tcl-scotty/patches 26PATCHDIR= ${.CURDIR}/../../net/tcl-scotty/patches
27 27
28INSTALLATION_DIRS= ${PKGMANDIR}/man1 28INSTALLATION_DIRS= ${PKGMANDIR}/man1
29 29
30CONFIGURE_DIRS= unix 30CONFIGURE_DIRS= unix
31BUILD_DIRS= unix 31BUILD_DIRS= unix
32INSTALL_TARGET= tki-install 32INSTALL_TARGET= tki-install
33 33
 34CFLAGS+= -DUSE_INTERP_RESULT
 35
34.include "../../net/tcl-scotty/buildlink3.mk" 36.include "../../net/tcl-scotty/buildlink3.mk"
35.include "../../x11/tk/buildlink3.mk" 37.include "../../x11/tk/buildlink3.mk"
36 38
37post-install: 39post-install:
38 ${LN} -f -s tkined1.4.11 ${DESTDIR}${PREFIX}/bin/tkined 40 ${LN} -f -s tkined1.4.11 ${DESTDIR}${PREFIX}/bin/tkined
39 ${INSTALL_DATA} ${WRKSRC}/doc/tkined.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 41 ${INSTALL_DATA} ${WRKSRC}/doc/tkined.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
40 42
41.include "../../mk/bsd.pkg.mk" 43.include "../../mk/bsd.pkg.mk"