aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-02-24 22:27:11 +0800
committervs <vs@FreeBSD.org>2005-02-24 22:27:11 +0800
commit9e62ea9121f6d05358cbf9cc963565620ef19b5a (patch)
tree8dc58910ebdbc9e92febc857dff61a9e27196fb6
parent4e670a1e57b07660099185ce13f64d8d3a5c26e3 (diff)
downloadfreebsd-ports-gnome-9e62ea9121f6d05358cbf9cc963565620ef19b5a.tar.gz
freebsd-ports-gnome-9e62ea9121f6d05358cbf9cc963565620ef19b5a.tar.zst
freebsd-ports-gnome-9e62ea9121f6d05358cbf9cc963565620ef19b5a.zip
Schedule for removal with 3 months grace: No longer exists.
PR: ports/77717 Submitted by: Sam 'Reaper' Lawrence
-rw-r--r--sysutils/doconfig/Makefile11
-rw-r--r--sysutils/doconfig/pkg-plist2
2 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/doconfig/Makefile b/sysutils/doconfig/Makefile
index 0fae1067b181..1992a68b7cc3 100644
--- a/sysutils/doconfig/Makefile
+++ b/sysutils/doconfig/Makefile
@@ -8,15 +8,20 @@
PORTNAME= doconfig
PORTVERSION= 1.1
CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.cold.org/pub/brandon/
+MASTER_SITES= # ftp://ftp.cold.org/pub/brandon/
MAINTAINER= ports@FreeBSD.org
-COMMENT= Kernel "config" wrapper ala Digital Unix's doconfig
+COMMENT= Kernel "config" wrapper ala Digital Unix's doconfig
+
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE= 2005-06-01
MAN8= autokernconf.8 doconfig.8
WRKSRC= ${WRKDIR}/doconfig
+PLIST_FILES= sbin/autokernconf sbin/doconfig
+
do-build:
@ ${MV} ${WRKSRC}/doconfig ${WRKSRC}/_doconfig
@ ${SED} 's#%%PREFIX%%#${PREFIX}#g' <${WRKSRC}/_doconfig \
@@ -28,7 +33,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/sbin/${f}
.endfor
.for f in ${MAN8}
- ${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/man/man8/${f}
+ ${INSTALL_MAN} ${WRKSRC}/${f} ${MANPREFIX}/man/man8/${f}
.endfor
.include <bsd.port.mk>
diff --git a/sysutils/doconfig/pkg-plist b/sysutils/doconfig/pkg-plist
deleted file mode 100644
index 65d54265502a..000000000000
--- a/sysutils/doconfig/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-sbin/autokernconf
-sbin/doconfig