diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
commit | 60d1a83c2a113150cedbc43ff12a7375144f741a (patch) | |
tree | 627649ff7699a289d5d78c11bf8d105881402ca8 /security/srm | |
parent | a50428b01c275f058b067787701d333a9d45cbcb (diff) | |
download | ports-60d1a83c2a113150cedbc43ff12a7375144f741a.tar.gz ports-60d1a83c2a113150cedbc43ff12a7375144f741a.zip |
Notes
Diffstat (limited to 'security/srm')
-rw-r--r-- | security/srm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/srm/Makefile b/security/srm/Makefile index db8cb14ead22..3057f4684e6e 100644 --- a/security/srm/Makefile +++ b/security/srm/Makefile @@ -4,10 +4,9 @@ PORTNAME= srm PORTVERSION= 1.2.12 CATEGORIES= security sysutils -MASTER_SITES= SF -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} \ - ${PORTNAME}/old_releases \ - ${PORTNAME}/old_releases/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} \ + SF/${PORTNAME}/old_releases \ + SF/${PORTNAME}/old_releases/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Secure rm, a utility which destroys file contents before unlinking |