summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-22 12:06:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-22 12:06:02 +0000
commita12f523a7306398a4d7435801d41403f5f61d329 (patch)
tree40b97afe424170891106963d503f81a984cc9b3f /news
parentCosmetic. (diff)
Updated for new bsd.port.mk.
Notes
Notes: svn path=/head/; revision=1486
Diffstat (limited to 'news')
-rw-r--r--news/cnews/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile
index 3925f4df3f81..db0a818764eb 100644
--- a/news/cnews/Makefile
+++ b/news/cnews/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.5 1995/04/18 11:54:42 adam Exp $
+# $Id: Makefile,v 1.6 1995/04/18 13:56:22 adam Exp $
#
DISTNAME= cnews
@@ -20,8 +20,7 @@ NEWSBIN= ${PREFIX}/libexec/news
NEWSLIB= ${PREFIX}/lib/news
MANDIR= ${PREFIX}/man
-install: all
- @echo "===> installing for ${DISTNAME}"
+do-install:
mkdir -p ${PREFIX}/include ${PREFIX}/lib
cp {WRKSRC}/libdbz/dbz.h ${PREFIX}/include
cp {WRKSRC}/libcnews.a ${PREFIX}/lib
@@ -53,5 +52,6 @@ install: all
@echo " to suit your local system and news topology."
@echo "!!!!!!!!"
@echo ""
+ @${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>