Schedule for removal with 3 months grace: No longer exists.

PR:		ports/77717
Submitted by:	Sam 'Reaper' Lawrence
This commit is contained in:
Volker Stolz
2005-02-24 14:27:11 +00:00
parent 718910ff8b
commit d011ba0ced
2 changed files with 8 additions and 5 deletions

View File

@@ -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>

View File

@@ -1,2 +0,0 @@
sbin/autokernconf
sbin/doconfig