aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2012-08-07 01:22:33 +0800
committerbrooks <brooks@FreeBSD.org>2012-08-07 01:22:33 +0800
commiteff812d98af44087153ba49c4ecb760be939bccf (patch)
tree734c319d9e5f69d9cf4a867d21693d5627ff4d87 /sysutils
parenta19f1f465046ee057dcc162a7df18d3449a90996 (diff)
downloadfreebsd-ports-gnome-eff812d98af44087153ba49c4ecb760be939bccf.tar.gz
freebsd-ports-gnome-eff812d98af44087153ba49c4ecb760be939bccf.tar.zst
freebsd-ports-gnome-eff812d98af44087153ba49c4ecb760be939bccf.zip
Switch from USE_RCORDER to USE_RC_SUBR as prodded by dougb.
Note: To preserve the prior functionality it is recommended that early_late_divider be set to something VERY early in the boot process such as sysctl. I suspect no one by myself actually used this port in practice so mark it DEPRECATED and set an expiration date of September 1. Of some is using it, let me know and I'll remove the DEPRECATION.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/diskprep/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/diskprep/Makefile b/sysutils/diskprep/Makefile
index ba637e5358bb..a5d68a1293d5 100644
--- a/sysutils/diskprep/Makefile
+++ b/sysutils/diskprep/Makefile
@@ -7,6 +7,7 @@
PORTNAME= diskprep
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://people.freebsd.org/~brooks/diskprep/ \
${MASTER_SITE_LOCAL}
@@ -15,11 +16,14 @@ MASTER_SITE_SUBDIR= brooks
MAINTAINER= brooks@FreeBSD.org
COMMENT= A program to prepare disks for use based on a config file
+DEPRECATED= Believed to have no users
+EXPIRATION_DATE= 2012-09-01
+
USE_BZIP2= yes
USE_PERL5_RUN= yes
MAKE_ENV+= EXAMPLESDIR=${EXAMPLESDIR}
-USE_RCORDER= ${PORTNAME}
+USE_RC_SUBR= ${PORTNAME}
MAN8= diskprep.8
MANCOMPRESSED= yes