aboutsummaryrefslogtreecommitdiff
path: root/security/stud
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-01-15 21:04:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-01-15 21:04:47 +0000
commit94b583fdd0de28d4163d1511bca255268f9720e7 (patch)
tree3f3801a8f498af31460e69317fd22cc4a85fecfa /security/stud
parentea17ec907312621e314d77afb21f7c0ca8f0d845 (diff)
downloadports-94b583fdd0de28d4163d1511bca255268f9720e7.tar.gz
ports-94b583fdd0de28d4163d1511bca255268f9720e7.zip
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
Notes
Notes: svn path=/head/; revision=523165
Diffstat (limited to 'security/stud')
-rw-r--r--security/stud/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/stud/Makefile b/security/stud/Makefile
index 70ca9a2ef5e3..3adcc7edbfa7 100644
--- a/security/stud/Makefile
+++ b/security/stud/Makefile
@@ -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>