misc/retry: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman
2024-02-24 21:28:22 +01:00
parent 0622157001
commit b91f242faf
+3 -1
View File
@@ -1,5 +1,6 @@
PORTNAME= retry
DISTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= https://github.com/minfrin/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
@@ -13,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:bzip2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/retry \
man/man1/retry.1.gz
share/man/man1/retry.1.gz
.include <bsd.port.mk>