diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-16 17:08:12 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-16 17:08:12 +0000 |
commit | 415159228e76cdd99ff7654aa5ed6d3984df20c1 (patch) | |
tree | 253ba4d3158cd8aaca5496d2e800a34affb708f7 /security/srm | |
parent | bb2c355185f074c9b0cdba486cfb24d1916ab2f6 (diff) |
Notes
Diffstat (limited to 'security/srm')
-rw-r--r-- | security/srm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/srm/Makefile b/security/srm/Makefile index 8c921ae666b4..53e7668db5dd 100644 --- a/security/srm/Makefile +++ b/security/srm/Makefile @@ -19,7 +19,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes -MAN1= srm.1 -PLIST_FILES= bin/srm +PLIST_FILES= bin/srm man/man1/srm.1.gz .include <bsd.port.mk> |