mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
31 lines
752 B
Makefile
31 lines
752 B
Makefile
# New ports collection makefile for: nn
|
|
# Date created: 24 September 1994
|
|
# Whom: adam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nn
|
|
PORTVERSION= 6.5.6
|
|
CATEGORIES= news
|
|
MASTER_SITES= ftp://ftp.visi.com/users/mtpins/nn/
|
|
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>
|