security/srm: Moved man to share/man

Approved by:    portmgr (blanket)
2024Q2
Muhammad Moinur Rahman 2024-02-25 14:23:42 +01:00
parent c29176c2b3
commit 792b7df850
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= srm
PORTVERSION= 1.2.15
PORTREVISION= 1
CATEGORIES= security sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} \
SF/${PORTNAME}/old_releases \
@ -15,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= secure_delete
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
TEST_TARGET= test
PLIST_FILES= bin/fill_test bin/srm man/man1/srm.1.gz
PLIST_FILES= bin/fill_test bin/srm share/man/man1/srm.1.gz
.include <bsd.port.mk>