aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 13:23:42 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 13:23:42 +0000
commit792b7df850991388a856691e5ca661d23241ccf4 (patch)
tree4261c63f2b9d69fb5340927a9540e62687d510d1
parentc29176c2b30bcc0510931d88f6d2a35e67f6fac1 (diff)
downloadports-792b7df850991388a856691e5ca661d23241ccf4.tar.gz
ports-792b7df850991388a856691e5ca661d23241ccf4.zip
security/srm: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--security/srm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/srm/Makefile b/security/srm/Makefile
index a02907f5e3da..86f153f3b6eb 100644
--- a/security/srm/Makefile
+++ b/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 \
@@ -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>