mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
1cb150a9fe
. remove contiguous blank lines; . remove space after a variable name; . define PKG_PLIST and MAN8 at Makefile; . remove pkg-plist (2 lines).
17 lines
310 B
Makefile
17 lines
310 B
Makefile
# Created by: Wes Peters <wes@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= obliterate
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR=wes
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Securely delete file[s]
|
|
|
|
PLIST_FILES= bin/obliterate
|
|
MAN8= obliterate.8
|
|
|
|
.include <bsd.port.mk>
|