Wed Feb 11 00:33:54 2009 UTC ()
user-destdir


(gdt)
diff -r1.2 -r1.3 pkgsrc/devel/fann/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/devel/fann/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/fann/Makefile 2006/10/05 14:55:21 1.2
+++ pkgsrc/devel/fann/Makefile 2009/02/11 00:33:54 1.3
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1# $NetBSD: Makefile,v 1.2 2006/10/05 14:55:21 gdt Exp $ 1# $NetBSD: Makefile,v 1.3 2009/02/11 00:33:54 gdt Exp $
2 2
3.include "Makefile.common" 3.include "Makefile.common"
4 4
5COMMENT= Fast Artificial Neural Network 5COMMENT= Fast Artificial Neural Network
6 6
 7PKG_DESTDIR_SUPPORT= user-destdir
 8
7USE_PKGLOCALEDIR= yes 9USE_PKGLOCALEDIR= yes
8USE_LIBTOOL= yes 10USE_LIBTOOL= yes
9USE_TOOLS+= pkg-config 11USE_TOOLS+= pkg-config
10GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
11 13
12PKGCONFIG_OVERRIDE+= fann.pc.in 14PKGCONFIG_OVERRIDE+= fann.pc.in
13 15
14post-install: 16post-install:
15 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fann 17 ${INSTALL_DATA_DIR} ${DESTDIR}/${PREFIX}/share/doc/fann
16 (cd ${WRKSRC} && ${INSTALL_DATA} doc/* ${PREFIX}/share/doc/fann) 18 (cd ${WRKSRC} && ${INSTALL_DATA} doc/* ${DESTDIR}/${PREFIX}/share/doc/fann)
17 19
18.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"