Tue Jun 25 09:44:12 2013 UTC ()
Explicitly disable HTML doc generation, fixes PLIST errors on systems where
it is auto-detected.


(jperkin)
diff -r1.15 -r1.16 pkgsrc/devel/gputils/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/devel/gputils/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gputils/Makefile 2013/06/11 13:02:36 1.15
+++ pkgsrc/devel/gputils/Makefile 2013/06/25 09:44:12 1.16
@@ -1,24 +1,26 @@ @@ -1,24 +1,26 @@
1# $NetBSD: Makefile,v 1.15 2013/06/11 13:02:36 ryoon Exp $ 1# $NetBSD: Makefile,v 1.16 2013/06/25 09:44:12 jperkin Exp $
2 2
3DISTNAME= gputils-1.2.0 3DISTNAME= gputils-1.2.0
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gputils/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gputils/}
6 6
7MAINTAINER= dogcow@NetBSD.org 7MAINTAINER= dogcow@NetBSD.org
8HOMEPAGE= http://gputils.sourceforge.net/ 8HOMEPAGE= http://gputils.sourceforge.net/
9COMMENT= Collection of tools for Microchip's PIC micro-processors 9COMMENT= Collection of tools for Microchip's PIC micro-processors
10 10
11CONFLICTS= gpasm-* 11CONFLICTS= gpasm-*
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= gmake 14USE_TOOLS+= gmake
15 15
 16CONFIGURE_ARGS+= --disable-html-doc
 17
16INSTALLATION_DIRS= share/doc/gputils 18INSTALLATION_DIRS= share/doc/gputils
17 19
18post-install: 20post-install:
19 for i in ps pdf lyx; do \ 21 for i in ps pdf lyx; do \
20 ${INSTALL_DATA} ${WRKSRC}/doc/gputils.$$i \ 22 ${INSTALL_DATA} ${WRKSRC}/doc/gputils.$$i \
21 ${DESTDIR}${PREFIX}/share/doc/gputils; \ 23 ${DESTDIR}${PREFIX}/share/doc/gputils; \
22 done 24 done
23 25
24.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"