freebsd-ports/news/xmitbin/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

24 lines
430 B
Makefile

# New ports collection makefile for: xmitnin
# Date created: 29 Nov 1997
# Whom: Donald Burr <dburr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xmitbin
PORTVERSION= 1.9
CATEGORIES= news mail
MASTER_SITES= ftp://ftp.cadence.com/utils/
DISTNAME= xmitBin-1.9
EXTRACT_SUFX= .tar.Z
MAINTAINER= dburr@FreeBSD.org
MAN1= xmitBin.1
NO_WRKSUBDIR= YES
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>