diff options
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> |