diff --git a/sysutils/runas/Makefile b/sysutils/runas/Makefile index e42f6f9a522f..059a1fa70657 100644 --- a/sysutils/runas/Makefile +++ b/sysutils/runas/Makefile @@ -1,17 +1,20 @@ PORTNAME= runas DISTVERSION= 0.2.0 +PORTREVISIOn= 1 CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org COMMENT= Wrapper around su for running a command as another user WWW= https://github.com/outpaddling/runas LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= outpaddling -PLIST_FILES= bin/asroot bin/runas man/man1/asroot.1.gz man/man1/runas.1.gz +MAKE_ARGS= MANPREFIX=${PREFIX}/share + +PLIST_FILES= bin/asroot bin/runas share/man/man1/asroot.1.gz share/man/man1/runas.1.gz .include