mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
fix port so it builds
This commit is contained in:
parent
093a9357ca
commit
16b5c6d10f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18350
@ -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:
|
||||
|
11
news/nn/files/patch-ai
Normal file
11
news/nn/files/patch-ai
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user