diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-01 19:05:10 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-01 19:05:10 +0000 |
commit | 49cfd098d9ac562486418c0b9b1800f0499ea9b3 (patch) | |
tree | af6bac08ba19623995a5a336cd7ea2eaf1e37c23 /comms/jpilot | |
parent | 43374d4414b44a75c627d1541df7f49b36dad152 (diff) | |
download | pkgsrc-49cfd098d9ac562486418c0b9b1800f0499ea9b3.tar.gz |
Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
Diffstat (limited to 'comms/jpilot')
-rw-r--r-- | comms/jpilot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 8d8f0499299..2bb87ee4b70 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.79 2012/03/03 00:12:31 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2012/07/01 19:05:14 dholland Exp $ # DISTNAME= jpilot-1.6.0 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= comms MASTER_SITES= http://www.jpilot.org/older/ @@ -50,4 +50,5 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/docs/*.1 ${DESTDIR}${MAN1DIR} ${TOUCH} ${DESTDIR}${PLUGINSDIR}/.directory +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |