diff options
Diffstat (limited to 'sysutils/wmapmload/Makefile')
-rw-r--r-- | sysutils/wmapmload/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/wmapmload/Makefile b/sysutils/wmapmload/Makefile index f33855ab97ea..84e6d3de259a 100644 --- a/sysutils/wmapmload/Makefile +++ b/sysutils/wmapmload/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wmapmload -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.1 CATEGORIES= sysutils windowmaker MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ @@ -19,6 +19,9 @@ CONFIGURE_ARGS= --program-prefix="" MAN1= ${PORTNAME}.1 +BINMODE= 2755 +BINGRP= operator + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/wmapmload ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/doc/wmapmload.1 ${PREFIX}/man/man1 |