diff options
author | mharo <mharo@FreeBSD.org> | 1999-05-03 00:13:19 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-05-03 00:13:19 +0000 |
commit | 37379d235c8668d374d4fda4af6647a62c4a1e13 (patch) | |
tree | 62fcfca747d5b7f18ade1db4e57a5d590ebd917f /news | |
parent | ae8b037197c0105a4f4f2c39a8edc655d4abfa2f (diff) | |
download | FreeBSD-ports-37379d235c8668d374d4fda4af6647a62c4a1e13.zip FreeBSD-ports-37379d235c8668d374d4fda4af6647a62c4a1e13.tar.gz |
fix port so it builds
Diffstat (limited to 'news')
-rw-r--r-- | news/nn/Makefile | 6 | ||||
-rw-r--r-- | news/nn/files/patch-ai | 11 |
2 files changed, 15 insertions, 2 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile index 463b0ba..6e94dc3 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.17 1998/12/10 17:24:32 vanilla Exp $ +# $Id: Makefile,v 1.18 1999/04/16 08:52:24 mharo Exp $ # DISTNAME= nn-6.5.3 @@ -24,9 +24,11 @@ pre-patch: pre-build: @${CP} ${FILESDIR}/s-freebsd.h ${WRKSRC}/conf +post-build: + [ -r ${PREFIX}/news/lib/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all ) + pre-install: ${MKDIR} ${PREFIX}/news - [ -r ${PREFIX}/news/lib/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all ) [ -r ${PREFIX}/news/lib/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} install ) post-install: diff --git a/news/nn/files/patch-ai b/news/nn/files/patch-ai new file mode 100644 index 0000000..5721386 --- /dev/null +++ b/news/nn/files/patch-ai @@ -0,0 +1,11 @@ +--- inews/conf.h.orig Sun May 2 17:08:27 1999 ++++ inews/conf.h Sun May 2 17:08:33 1999 +@@ -51,7 +51,7 @@ + * define DOMAIN to be your FQDN. + */ + +-/* #define DOMAIN "frobozz.com.bogus" */ ++#define DOMAIN "frobozz.com.bogus" + + /* + * If you define this, the hostname will not appear in the posting |