diff options
author | asami <asami@FreeBSD.org> | 1995-04-22 12:06:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-22 12:06:02 +0000 |
commit | a4e6287b86f54b459164026e5e3e39cbb1889c90 (patch) | |
tree | b6c5b0baa367a638a827932b7d68a75616aa2eac /news/cnews | |
parent | b468893dc51c8daa64f9e619ee4812104ecefc2c (diff) | |
download | FreeBSD-ports-a4e6287b86f54b459164026e5e3e39cbb1889c90.zip FreeBSD-ports-a4e6287b86f54b459164026e5e3e39cbb1889c90.tar.gz |
Updated for new bsd.port.mk.
Diffstat (limited to 'news/cnews')
-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> |