diff options
author | rillig <rillig@pkgsrc.org> | 2019-10-12 20:41:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-10-12 20:41:11 +0000 |
commit | ef0f254fd05b94337b5d2588daee2794d7f1528a (patch) | |
tree | 7fc9a0064cb4c039a6dd3b971e0f814325da8f44 | |
parent | ae5ed2439839db23b30aa9a5c3e7bb088875c697 (diff) | |
download | pkgsrc-ef0f254fd05b94337b5d2588daee2794d7f1528a.tar.gz |
print/hpijs: fix location of HTML documentation
-rw-r--r-- | print/hpijs/Makefile | 20 | ||||
-rw-r--r-- | print/hpijs/PLIST | 6 |
2 files changed, 13 insertions, 13 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index 4ed03888749..0b8db183865 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2015/04/26 13:28:23 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2019/10/12 20:41:11 rillig Exp $ DISTNAME= hpijs-2.1.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hpinkjet/} @@ -9,19 +9,19 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hpinkjet.sourceforge.net/ COMMENT= HP inkjet printer driver server -CONFLICTS= ghostscript<=6.01nb4 ghostscript-nox11<=6.01nb4 +CONFLICTS= ghostscript<=6.01nb4 +CONFLICTS+= ghostscript-nox11<=6.01nb4 -USE_LANGUAGES= c c++ -GNU_CONFIGURE= yes -CPPFLAGS+= -DAPDK_BUFFER_SEND - -USE_TOOLS+= gzip -INSTALLATION_DIRS= bin share/ppd share/doc/html/hpijs +USE_LANGUAGES= c c++ +GNU_CONFIGURE= yes +CPPFLAGS+= -DAPDK_BUFFER_SEND +USE_TOOLS+= gzip +AUTO_MKDIRS= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hpijs ${DESTDIR}${PREFIX}/bin/hpijs cd ${WRKSRC} && ${INSTALL_DATA} hpijs_readme.html gs_hpijs.png \ - ${DESTDIR}${PREFIX}/share/doc/html/hpijs/ + ${DESTDIR}${PREFIX}/share/doc/hpijs/ ${INSTALL_DATA} ${WRKSRC}/ppd/HP* ${DESTDIR}${PREFIX}/share/ppd/ ${GZIP_CMD} ${DESTDIR}${PREFIX}/share/ppd/HP*.ppd diff --git a/print/hpijs/PLIST b/print/hpijs/PLIST index 6099930e5f7..ceb1ad9edd0 100644 --- a/print/hpijs/PLIST +++ b/print/hpijs/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:11:56 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2019/10/12 20:41:11 rillig Exp $ bin/hpijs -share/doc/html/hpijs/gs_hpijs.png -share/doc/html/hpijs/hpijs_readme.html +share/doc/hpijs/gs_hpijs.png +share/doc/hpijs/hpijs_readme.html share/ppd/HP-2000C-hpijs.ppd.gz share/ppd/HP-2500C-hpijs.ppd.gz share/ppd/HP-2500CM-hpijs.ppd.gz |