1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

misc/bogosort: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 20:54:29 +01:00
parent 97673598d6
commit 1014b03b75
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -1,6 +1,6 @@
PORTNAME= bogosort PORTNAME= bogosort
PORTVERSION= 0.4.2 PORTVERSION= 0.4.2
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= misc CATEGORIES= misc
MASTER_SITES= http://www.lysator.liu.se/~qha/bogosort/ \ MASTER_SITES= http://www.lysator.liu.se/~qha/bogosort/ \
ftp://l82.ryd.student.liu.se/pub/unix/bogosort/ ftp://l82.ryd.student.liu.se/pub/unix/bogosort/
@ -14,8 +14,9 @@ WWW= https://www.lysator.liu.se/~qha/bogosort/
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INFO= bogosort INFO= bogosort
PLIST_FILES= bin/bogosort man/man1/bogosort.1.gz PLIST_FILES= bin/bogosort share/man/man1/bogosort.1.gz
.include <bsd.port.mk> .include <bsd.port.mk>