Skip to content

Commit

Permalink
security/srm: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 25, 2024
1 parent c29176c commit 792b7df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion security/srm/Makefile
@@ -1,5 +1,6 @@
PORTNAME= srm
PORTVERSION= 1.2.15
PORTREVISION= 1
CATEGORIES= security sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} \
SF/${PORTNAME}/old_releases \
Expand All @@ -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>

0 comments on commit 792b7df

Please sign in to comment.