diff options
Diffstat (limited to 'sysutils/nitro/Makefile')
-rw-r--r-- | sysutils/nitro/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nitro/Makefile b/sysutils/nitro/Makefile index 23f5ff369347..5a27a8d2a426 100644 --- a/sysutils/nitro/Makefile +++ b/sysutils/nitro/Makefile @@ -1,5 +1,5 @@ PORTNAME= nitro -PORTVERSION= 0.2 +DISTVERSION= 0.3 CATEGORIES= sysutils MASTER_SITES= https://git.vuxu.org/nitro/snapshot/ @@ -8,7 +8,7 @@ COMMENT= Minimal init implementation and process supervisor WWW= https://git.vuxu.org/nitro/about/ LICENSE= ISCL -LICENSE_FILE= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nitro ${STAGEDIR}${PREFIX}/bin/nitro |