freebsd-ports/news/nn/Makefile
Jacques Vidrine aa97c0bc61 Remove FORBIDDEN. I fixed the referenced bug two months ago
with patch-global.c, and nn-6.6.4's ChangeLog says,
``
From: Jacques A. Vidrine <nectar@FreeBSD.org>
       nn has a remote security hole.  Fixed.
''
2002-08-07 22:20:10 +00:00

32 lines
764 B
Makefile

# New ports collection makefile for: nn
# Date created: 24 September 1994
# Whom: adam
#
# $FreeBSD$
#
PORTNAME= nn
PORTVERSION= 6.6.2
PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= ftp://ftp.nndev.org/pub/nn-6.6/
EXTRACT_SUFX= .tar.Z
MAINTAINER= jooji@nickelkid.com
MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \
nntidy.1 nnview.1 nnacct.1m nnadmin.1m nnstats.1m nnusage.1m
MAN8= nnmaster.8 nnspew.8
pre-patch:
@${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h.unparsed
pre-build:
@${CAT} ${WRKSRC}/config.h.unparsed | ${SED} -e "s#SUB_PREFIX#${PREFIX}#" \
| ${SED} -e "s#SUB_MANPREFIX#${MANPREFIX}#" > ${WRKSRC}/config.h
post-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${DISTNAME} POST-INSTALL
.include <bsd.port.mk>