freebsd-ports/sysutils/comconsole/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

23 lines
366 B
Makefile

# New ports collection makefile for: comconsole
# Date created: 27 Dec 1998
# Whom: SADA Kenji <sada@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= comconsole
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= #
DISTFILES=
MAINTAINER= sada@FreeBSD.org
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>