Use module.mk and PLIST vars. PLIST change so bump PKGREVISION.
This commit is contained in:
parent
9d7b845660
commit
f8a9f20e67
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2014/02/16 18:56:47 nros Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2014/04/03 10:47:50 nros Exp $
|
||||
|
||||
DISTNAME= qore-uuid-module-1.2
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= wip
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -24,4 +24,5 @@ INSTALL_TARGET= install install-html-local
|
|||
.include "../../devel/libuuid/buildlink3.mk"
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
.include "../../wip/qore/buildlink3.mk"
|
||||
.include "../../wip/qore/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2014/02/16 18:56:47 nros Exp $
|
||||
lib/qore-modules/uuid-api-0.17.qmod
|
||||
@comment $NetBSD: PLIST,v 1.3 2014/04/03 10:47:50 nros Exp $
|
||||
lib/qore-modules/uuid-api-${QORE_LATEST_MODULE_API}.qmod
|
||||
share/qore/docs/modules/uuid/html/QC__UUID_8dox_8h_source.html
|
||||
share/qore/docs/modules/uuid/html/annotated.html
|
||||
share/qore/docs/modules/uuid/html/annotated.js
|
||||
|
|
Loading…
Reference in a new issue