diff options
-rw-r--r-- | news/cnews/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 3925f4d..db0a818 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> |