diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | dad9a57abe0907e2d451ff263083a9d1d82dfca2 (patch) | |
tree | 4e676da1d8e6e15fa064f8de419e97dbd5a58d94 /misc/Howto | |
parent | 9467713b6447f007838ba7219286cb78e90c02f7 (diff) | |
download | ports-dad9a57abe0907e2d451ff263083a9d1d82dfca2.tar.gz ports-dad9a57abe0907e2d451ff263083a9d1d82dfca2.zip |
Notes
Diffstat (limited to 'misc/Howto')
-rw-r--r-- | misc/Howto/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/Howto/Makefile b/misc/Howto/Makefile index 3b14b29418e8..e9750ff8aa93 100644 --- a/misc/Howto/Makefile +++ b/misc/Howto/Makefile @@ -1,13 +1,12 @@ -# ex:ts=8 # Ports collection makefile for: Howto -# Version required: 1.0 # Date created: Fri Oct 02, 1998 # Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # -DISTNAME= Howto-1.0 +PORTNAME= Howto +PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= ftp://metalab.unc.edu/pub/Linux/docs/HOWTO/other-formats/sgml/ \ ftp://metalab.unc.edu/pub/Linux/docs/HOWTO/mini/other-formats/sgml/ |