aboutsummaryrefslogtreecommitdiff
path: root/news/nn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/nn/Makefile')
-rw-r--r--news/nn/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile
index e608a5a7133c..605287918031 100644
--- a/news/nn/Makefile
+++ b/news/nn/Makefile
@@ -3,17 +3,20 @@
# Date created: 24 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.5 1995/04/01 12:49:10 jkh Exp $
+# $Id: Makefile,v 1.6 1995/04/11 23:29:43 asami Exp $
#
DISTNAME= nn-6.5.0.b3
PKGNAME= nn-6.5.0
CATEGORIES+= news
MASTER_SITES= ftp://uniwa.uwa.edu.au/pub/nn/beta/
+MAINTAINER= ache@FreeBSD.ORG
pre-patch:
@cp ${WRKSRC}/config.h-dist ${WRKSRC}/config.h
- @cp ${WRKSRC}/conf/s-386bsd.h ${WRKSRC}/conf/s-freebsd.h
+
+pre-build:
+ @cp ${.CURDIR}/files/s-freebsd.h ${WRKSRC}/conf
pre-install:
[ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all )