diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-06-25 14:18:35 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-06-25 14:18:35 +0800 |
commit | f91b0ae6c2e6ddf44610ba0f246e5fda7f3b029f (patch) | |
tree | 7327c8a27f37d2245057deb6a316fc3949438864 /sysutils/doconfig/Makefile | |
parent | 75258f8bb124629daabaf989101c6a2992e0e704 (diff) | |
download | freebsd-ports-gnome-f91b0ae6c2e6ddf44610ba0f246e5fda7f3b029f.tar.gz freebsd-ports-gnome-f91b0ae6c2e6ddf44610ba0f246e5fda7f3b029f.tar.zst freebsd-ports-gnome-f91b0ae6c2e6ddf44610ba0f246e5fda7f3b029f.zip |
Remove expired port.
Diffstat (limited to 'sysutils/doconfig/Makefile')
-rw-r--r-- | sysutils/doconfig/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sysutils/doconfig/Makefile b/sysutils/doconfig/Makefile deleted file mode 100644 index 1992a68b7cc3..000000000000 --- a/sysutils/doconfig/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Ports collection Makefile for: doconfig -# Date created: 7/27/1998 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= doconfig -PORTVERSION= 1.1 -CATEGORIES= sysutils -MASTER_SITES= # ftp://ftp.cold.org/pub/brandon/ - -MAINTAINER= ports@FreeBSD.org -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 \ - >${WRKSRC}/doconfig - @ ${RM} ${WRKSRC}/_doconfig - -do-install: -.for f in autokernconf doconfig - ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/sbin/${f} -.endfor -.for f in ${MAN8} - ${INSTALL_MAN} ${WRKSRC}/${f} ${MANPREFIX}/man/man8/${f} -.endfor - -.include <bsd.port.mk> |