diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 23:29:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 23:29:46 +0000 |
commit | e87af43c40949894eb23509134248b277cefc8c2 (patch) | |
tree | ad7c20e8062d720ef86ac51068ed2e01b9fa5e91 /news/nntp | |
parent | 48c94234e0b359b8da58b1cc1db58638d5938132 (diff) | |
download | ports-e87af43c40949894eb23509134248b277cefc8c2.tar.gz ports-e87af43c40949894eb23509134248b277cefc8c2.zip |
Notes
Diffstat (limited to 'news/nntp')
-rw-r--r-- | news/nntp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile index e40c72a12da5..7799f98b114a 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -3,14 +3,13 @@ # Date created: 29 September 1994 # Whom: adam # -# $Id: Makefile,v 1.2 1994/11/26 17:32:34 adam Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:49:11 jkh Exp $ # DISTNAME= nntp-t5 -MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/ +PKGNAME= nntp-1.5.11.4 CATEGORIES+= news -#DO_NADA= echo ${.TARGET}: -#DEPENDS= news/cnews +MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/ pre-patch: @cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h |