Remove bad usage of MANDIRS

What was intended in the begining is not needed anymore anyway,
so let upstream Makefile install manpage in ${PREFIX}/share/man
This commit is contained in:
Baptiste Daroussin
2020-01-15 21:04:47 +00:00
parent ea17ec9073
commit 94b583fdd0

View File

@@ -18,11 +18,10 @@ USE_GITHUB= yes
GH_ACCOUNT= wasted
MAKE_ARGS= MANDIR="${MANDIRS}"
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/stud \
man/man8/stud.8.gz
share/man/man8/stud.8.gz
.include <bsd.port.pre.mk>