diff --git a/security/srm/Makefile b/security/srm/Makefile index a02907f5e3da..86f153f3b6eb 100644 --- a/security/srm/Makefile +++ b/security/srm/Makefile @@ -1,22 +1,24 @@ PORTNAME= srm PORTVERSION= 1.2.15 +PORTREVISION= 1 CATEGORIES= security sysutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} \ SF/${PORTNAME}/old_releases \ SF/${PORTNAME}/old_releases/${PORTVERSION} MAINTAINER= mshirk@daemon-security.com COMMENT= Secure rm, a utility which destroys file contents before unlinking WWW= https://sourceforge.net/projects/srm/ LICENSE= MIT 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