aboutsummaryrefslogtreecommitdiff
path: root/ftp/oftpd/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 08:00:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 08:00:39 +0000
commita36cd930e2004fb07238da7b4aa64a52117e7e11 (patch)
tree30b607e569e548748495488af3b00cacc386b343 /ftp/oftpd/Makefile
parente4893e1502aa4f8a8db8520fab298669f5fcc85e (diff)
Diffstat (limited to 'ftp/oftpd/Makefile')
-rw-r--r--ftp/oftpd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/oftpd/Makefile b/ftp/oftpd/Makefile
index 7bcd7b2b5cfa..bb573938a771 100644
--- a/ftp/oftpd/Makefile
+++ b/ftp/oftpd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= oftpd
PORTVERSION= 0.3.7
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://www.time-travellers.org/oftpd/ \
http://atreides.freenix.no/~anders/
@@ -16,7 +17,7 @@ USES= cpe
GNU_CONFIGURE= yes
PORTDOCS= README AUTHORS ChangeLog NEWS TODO BUGS
-PLIST_FILES= sbin/oftpd man/man8/oftpd.8.gz
+PLIST_FILES= sbin/oftpd share/man/man8/oftpd.8.gz
OPTIONS_DEFINE= DOCS
@@ -28,7 +29,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/oftpd ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/man/oftpd.8 ${STAGEDIR}${MANPREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/man/oftpd.8 ${STAGEDIR}${PREFIX}/share/man/man8
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}