summaryrefslogtreecommitdiff
path: root/sysutils/855resolution/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-02-20 23:09:00 +0000
committerwiz <wiz@pkgsrc.org>2006-02-20 23:09:00 +0000
commit9c7ef05dc9df59ee388e02cda607ac232da9bbe4 (patch)
treef508826147e245f3b0ef3cffdc8358c015a2b45b /sysutils/855resolution/Makefile
parentcc4811ddcadfa51b870343b117185acf85af36d3 (diff)
downloadpkgsrc-9c7ef05dc9df59ee388e02cda607ac232da9bbe4.tar.gz
Install some documentation. Bump PKGREVISION.
Diffstat (limited to 'sysutils/855resolution/Makefile')
-rw-r--r--sysutils/855resolution/Makefile8
1 files changed, 6 insertions, 2 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"