diff options
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" |