diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-20 23:09:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-20 23:09:00 +0000 |
commit | 9c7ef05dc9df59ee388e02cda607ac232da9bbe4 (patch) | |
tree | f508826147e245f3b0ef3cffdc8358c015a2b45b /sysutils/855resolution | |
parent | cc4811ddcadfa51b870343b117185acf85af36d3 (diff) | |
download | pkgsrc-9c7ef05dc9df59ee388e02cda607ac232da9bbe4.tar.gz |
Install some documentation. Bump PKGREVISION.
Diffstat (limited to 'sysutils/855resolution')
-rw-r--r-- | sysutils/855resolution/Makefile | 8 | ||||
-rw-r--r-- | sysutils/855resolution/PLIST | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sysutils/855resolution/Makefile b/sysutils/855resolution/Makefile index d3e0bfe6cb9..24c5ce7b3b9 100644 --- a/sysutils/855resolution/Makefile +++ b/sysutils/855resolution/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:10:48 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/02/20 23:09:00 wiz Exp $ # DISTNAME= 855resolution-0.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tgz @@ -16,4 +16,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 WRKSRC= ${WRKDIR}/855resolution USE_TOOLS+= gmake +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/855resolution + ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/855resolution + .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/855resolution/PLIST b/sysutils/855resolution/PLIST index 01b9581dd64..6c8fd085d86 100644 --- a/sysutils/855resolution/PLIST +++ b/sysutils/855resolution/PLIST @@ -1,2 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/10/12 02:15:30 christos Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/02/20 23:09:00 wiz Exp $ sbin/855resolution +share/doc/855resolution/README.txt +@dirrm share/doc/855resolution |