summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_notify/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-01-14 10:04:01 +0000
committerjmmv <jmmv@pkgsrc.org>2005-01-14 10:04:01 +0000
commitbdd7489266839bb04e8471bb66e47ba11e3a0fe5 (patch)
tree24133655572f21e632a78b5cf1c7be6cb167f7cd /pkgtools/pkg_notify/Makefile
parent74b3342fd7dfeab6bfb5d67357ee7528f867bfd8 (diff)
downloadpkgsrc-bdd7489266839bb04e8471bb66e47ba11e3a0fe5.tar.gz
Update to 0.4.2: some documentation was included, so we can get rid of the
MESSAGE.
Diffstat (limited to 'pkgtools/pkg_notify/Makefile')
-rw-r--r--pkgtools/pkg_notify/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgtools/pkg_notify/Makefile b/pkgtools/pkg_notify/Makefile
index 914974d033f..b2e7dc48c0d 100644
--- a/pkgtools/pkg_notify/Makefile
+++ b/pkgtools/pkg_notify/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2005/01/13 21:51:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2005/01/14 10:04:01 jmmv Exp $
#
-DISTNAME= pkg_notify-0.4.1
-PKGREVISION= 1
+DISTNAME= pkg_notify-0.4.2
CATEGORIES= pkgtools
MASTER_SITES= http://imil.net/NetBSD/
@@ -37,8 +36,10 @@ SUBST_SED.pkg_notify= -e 's|/usr/pkgsrc|${PKGSRCDIR}|' \
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_DATA_DIR} ${EXAMPLEDIR}
${INSTALL_SCRIPT} ${WRKSRC}/pkg_notify ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${EXAMPLEDIR}
${INSTALL_DATA} ${WRKSRC}/${PKGBASE}.list ${EXAMPLEDIR}
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"