aboutsummaryrefslogtreecommitdiff
path: root/news/nn
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-11-10 17:28:47 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-11-10 17:28:47 +0000
commit012ee7d05c507657971226f94bfd449b1bb31815 (patch)
treedea5c5e90bc0da3f535afe060517e42a6ff5f9cf /news/nn
parent1314741226430f85a22206453711b2a744c6bfa5 (diff)
downloadports-012ee7d05c507657971226f94bfd449b1bb31815.tar.gz
ports-012ee7d05c507657971226f94bfd449b1bb31815.zip
Notes
Diffstat (limited to 'news/nn')
-rw-r--r--news/nn/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile
index 5996341cbc69..7a51dba08feb 100644
--- a/news/nn/Makefile
+++ b/news/nn/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 September 1994
# Whom: adam
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1994/10/02 19:27:48 adam Exp $
#
DISTNAME= nn-6.5.0.b3
@@ -13,7 +13,10 @@ pre-configure:
@cp ${WRKSRC}/config.h-dist ${WRKSRC}/config.h
@cp ${WRKSRC}/conf/s-386bsd.h ${WRKSRC}/conf/s-freebsd.h
-install: all
- @cd ${WRKSRC}; ./inst s
+pre-build:
+ [ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all )
+
+pre-install:
+ [ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} install )
.include <bsd.port.mk>