diff options
author | asami <asami@FreeBSD.org> | 1995-04-24 17:10:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-24 17:10:36 +0800 |
commit | ff76881943346705e0cb66b51f3dd8b9893c304d (patch) | |
tree | a66e68c6fafd24c0e9f1fa5b6ce0b81cea1677ae /news | |
parent | 86ed0f357eeb50b365a1191ae658b2031ee6aa94 (diff) | |
download | freebsd-ports-gnome-ff76881943346705e0cb66b51f3dd8b9893c304d.tar.gz freebsd-ports-gnome-ff76881943346705e0cb66b51f3dd8b9893c304d.tar.zst freebsd-ports-gnome-ff76881943346705e0cb66b51f3dd8b9893c304d.zip |
Take out invocation of fake-pkg from do-install target. It is now
done in the main install target itself.
Diffstat (limited to 'news')
-rw-r--r-- | news/cnews/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index db0a818764eb..5d2547c63028 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -3,7 +3,7 @@ # Date created: 28 September 1994 # Whom: adam # -# $Id: Makefile,v 1.6 1995/04/18 13:56:22 adam Exp $ +# $Id: Makefile,v 1.7 1995/04/22 12:06:02 asami Exp $ # DISTNAME= cnews @@ -52,6 +52,5 @@ do-install: @echo " to suit your local system and news topology." @echo "!!!!!!!!" @echo "" - @${MAKE} ${.MAKEFLAGS} fake-pkg .include <bsd.port.mk> |