diff options
author | ats <ats@FreeBSD.org> | 1995-02-27 07:16:23 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-27 07:16:23 +0800 |
commit | cf3217637015a0c6b5e07c3728efd6385ed17df5 (patch) | |
tree | ac33c8a4496a046d3f8a1c3dab1ae5f5e6c391f5 /news | |
parent | 88276231cea001feff72314d5b180a8af4afa07e (diff) | |
download | freebsd-ports-gnome-cf3217637015a0c6b5e07c3728efd6385ed17df5.tar.gz freebsd-ports-gnome-cf3217637015a0c6b5e07c3728efd6385ed17df5.tar.zst freebsd-ports-gnome-cf3217637015a0c6b5e07c3728efd6385ed17df5.zip |
Move the target of the pre-build to the pre-install. At the time of the
pre-build inews can't be build because it uses hostname.o from the nn
source that is not yet build.
Diffstat (limited to 'news')
-rw-r--r-- | news/nn/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile index b3813d6fc0bd..ab70aaab2681 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.2 1994/11/10 17:28:47 ache Exp $ +# $Id: Makefile,v 1.3 1994/11/15 10:07:33 ache Exp $ # DISTNAME= nn-6.5.0.b3 @@ -13,10 +13,8 @@ pre-patch: @cp ${WRKSRC}/config.h-dist ${WRKSRC}/config.h @cp ${WRKSRC}/conf/s-386bsd.h ${WRKSRC}/conf/s-freebsd.h -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} all ) [ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} install ) .include <bsd.port.mk> |