aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/doconfig/Makefile
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-06-25 14:18:35 +0800
committerlawrance <lawrance@FreeBSD.org>2005-06-25 14:18:35 +0800
commitf91b0ae6c2e6ddf44610ba0f246e5fda7f3b029f (patch)
tree7327c8a27f37d2245057deb6a316fc3949438864 /sysutils/doconfig/Makefile
parent75258f8bb124629daabaf989101c6a2992e0e704 (diff)
downloadfreebsd-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/Makefile39
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>