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/inn/Makefile | |
parent | Update (diff) |
Makefiles of news ports cleaned up!
Notes
Notes:
svn path=/head/; revision=1344
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 2be0a5910915..8266627fd269 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -3,15 +3,17 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.1.1.1 1994/10/23 01:42:20 torstenb Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:49:08 jkh Exp $ # DISTNAME= inn1.4sec -NO_WRKSUBDIR= YES -MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ +PKGNAME= inn-1.4 CATEGORIES+= news +MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ EXTRACT_SUFX= .tar.Z +NO_WRKSUBDIR= YES + pre-install: mkdir -p ${PREFIX}/etc mkdir -p ${PREFIX}/bin |